consecutive objects(please very fast)
I have a loop that must create objects and give it consecutive names like:
Obj0, Obj1, Obj2, etc...
I tried Object ("Obj" + i) =new Object();
wherei is the loop counter but it failed, I haven't got the least clue how to do it so please help me because I am on a very tight deadline schedule. Any creative ideas are welcomed
thanks, mikito

