Is there a way to destroy instances of a class?
I currently pass a large array of data to each instance of the same class. Either I have to destroy each instance when I am finished with it or else I have to find some other way of accessing my array without explicitely defining it in the class. Any idea's how I can make an array accessible for my class?
Thanks for your help,
David.