D
Dave
Is there an easier way to duplicate an array than copying each element in a
loop? If I just set one array equal to the other they end up pointing to the
same storage location and I can't manipulate one without effecting the
other.
Thanks for your help
Dave
loop? If I just set one array equal to the other they end up pointing to the
same storage location and I can't manipulate one without effecting the
other.
Thanks for your help
Dave