Hi guys
I've been trying to find a way around this but I don't think there's an easy way, however I'd love to be proved wrong!
My question is: how do you copy an array to another one? I have a class whose main sub returns an array. How do I use the array it returns?
If I just declare another array variable outside my class and then say array1 = classarray it fails.
Is there an easy way around this?
Thanks very much.
I've been trying to find a way around this but I don't think there's an easy way, however I'd love to be proved wrong!
My question is: how do you copy an array to another one? I have a class whose main sub returns an array. How do I use the array it returns?
If I just declare another array variable outside my class and then say array1 = classarray it fails.
Is there an easy way around this?
Thanks very much.