Creating multiple nclists
Posted: Sat Mar 10, 2012 3:33 am
Hi,
Is there a way to create multiple nclists in the following way? Suppose, I want to create nclist0, nclist1....nclist100. How can I do this? Can it be done using a loop?
for i=0, 100 {
objref nclist%d
nclist%d=new List()
}
I do not know whether this is possible. Just had a thought. Can we do it by any possible means? Thank you.
Is there a way to create multiple nclists in the following way? Suppose, I want to create nclist0, nclist1....nclist100. How can I do this? Can it be done using a loop?
for i=0, 100 {
objref nclist%d
nclist%d=new List()
}
I do not know whether this is possible. Just had a thought. Can we do it by any possible means? Thank you.