Hello;
Suppose I want to use an array of values in a function. I create the array, use it, then exit the function. Do I have to destroy the array before I exit?
Also, if I resize an array, I noticed it changes the UID of the object. Is that old UID still around, is this a memory leak?
thanks for your time.
yours
winkr7