J
John Smith
This might be an absurd question, but is it possible to create
variables on the fly?
For example, if I have an array of values
myArray(0) = "foo"
myArray(1) = "bar"
myArray(2) = "foobar"
I would like to loop through the array and create variables named
"foo", "bar", and "foobar"
Is this possible?
Thank you!
variables on the fly?
For example, if I have an array of values
myArray(0) = "foo"
myArray(1) = "bar"
myArray(2) = "foobar"
I would like to loop through the array and create variables named
"foo", "bar", and "foobar"
Is this possible?
Thank you!