You are here: irt.org | About | Feedback | 3522 [ previous next ]
Feedback on:
irt.org FAQ Knowledge Base Q827
Sent by
John Lawler on January 23, 2002 at 18:19:01:
Worth:
Very worth reading
Technical:
Not technical enough
Comments:
Great question - incorrect answer!
The question could have been asked better: "Q827 Is there a way to use indexed variables, besides using arrays - WHEN CREATING NEW objects?", i.e.:
varCurValue = new makeObject();
Unfortunately - as far as I can tell, the only way IS to use an array:
name[x] = new makeObject();
with x being the incrementing factor...