J
Joshua Russell
Hi,
I create a multiple instacne class (I beleive this is callecd a structure) with the following line of code:
private Convo[] convos = new Convo[100];
I want to be able to itterate through the 100 instances of the class and see which ones I have initialised.
Can anyone tell me how to do this... Also, is there anyone out there who can better explain my problem.
Thanx Josh
I create a multiple instacne class (I beleive this is callecd a structure) with the following line of code:
private Convo[] convos = new Convo[100];
I want to be able to itterate through the 100 instances of the class and see which ones I have initialised.
Can anyone tell me how to do this... Also, is there anyone out there who can better explain my problem.
Thanx Josh