I need to have a loop that goes an undefined amont of times, and each time creates a new variable with a different name, i.e.
variable(x) = 54
variable(x) = 13
ect.
where x will increase by one each time.
The problem is that I dont know how to use a variable in the name of the variable itself when declaring or accessing it.
Of course any suggestions for other methods that will have the same functionality would also be helpful.



LinkBack URL
About LinkBacks



"