P
Pierre
Let's put it simply:
I have two sets of variables:
A1, A2, A3, A4 and B1, B2, B3 and B4.
Basically, what I'm trying to do is something that *could* look like this:
For x = 1 to 4
Ax = Bx
next x
So the content of A1 will be copied to B1, A2 to B2, etc with one single
loop instead of going through all the variables separately (I actually have
about 50 of those...)
In short, I'm looking for a way to append or concatenate a variable name
with a number.
I've been searching lots of forums and didn't find an answer. Is this
possible? I kind of remenber it was feasable in Basic on my old ColorComputer
III...
Pierre.
I have two sets of variables:
A1, A2, A3, A4 and B1, B2, B3 and B4.
Basically, what I'm trying to do is something that *could* look like this:
For x = 1 to 4
Ax = Bx
next x
So the content of A1 will be copied to B1, A2 to B2, etc with one single
loop instead of going through all the variables separately (I actually have
about 50 of those...)
In short, I'm looking for a way to append or concatenate a variable name
with a number.
I've been searching lots of forums and didn't find an answer. Is this
possible? I kind of remenber it was feasable in Basic on my old ColorComputer
III...
Pierre.