D
David Brochu
This is probably really trivial but I'm stumped.... :-(
Does anyone know how to increment a variable name?
For example:
I know the length of a list and I want to pass each element of a list
to a unique variable, thus I want to increment variable names. If the
list length = 4, i want to have the following variables: var1, var2,
var3, var4.
Thanks
Does anyone know how to increment a variable name?
For example:
I know the length of a list and I want to pass each element of a list
to a unique variable, thus I want to increment variable names. If the
list length = 4, i want to have the following variables: var1, var2,
var3, var4.
Thanks