On 2 May 2006, at 22:21, Mark O'Neill wrote:

Well, I wasn't sure of this myself, and I've tried it that way previously. Either way it doesn't make a difference, for some bizarre reason.

Hi Norman / Joe,

I wonder if it doesn't work in the way that Navdeep suggested because each array contains a reference to a class, and so in essence when I do:

for i as integer = 0 to Count
        MyCancelArray(i) = MyActualArray(i)
next

I'm still only copying references to the class that's inside the array? Do I need to get elbow deep and actually extract each element from within the array and copy them that way instead of the above method?

Thanks all for your help on this - starting to pull out my hair! :)

All the best,

Mark.



_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to