Ok i've got a number of variables -
item0
item1
item2
item3
item4 etc etc...
They all contain strings.
I have a for loop, which increments the value of i each time it loops.
I have a variable called screen, which needs to equal the value of item i.
Please note, I cannot use an array in this case. Just wondering how you concatonate variable names together
Cheers,
Rich
item0
item1
item2
item3
item4 etc etc...
They all contain strings.
I have a for loop, which increments the value of i each time it loops.
I have a variable called screen, which needs to equal the value of item i.
Please note, I cannot use an array in this case. Just wondering how you concatonate variable names together
Cheers,
Rich