F
Frank
Hi,
I have an array in a class
When I make a copy of that class and copy the array from one class to the
other the two arrays point to the same object:
arr=arr => same object
arr(0)=arr(0) ==> different objects
How do I copy an array without copying all the arrayelements one by one?
Thanks
Frank
I have an array in a class
When I make a copy of that class and copy the array from one class to the
other the two arrays point to the same object:
arr=arr => same object
arr(0)=arr(0) ==> different objects
How do I copy an array without copying all the arrayelements one by one?
Thanks
Frank