A89: seem to be a misunderstanding
[Prev][Next][Index][Thread]
A89: seem to be a misunderstanding
remember my BASIC question asking how to save something in a
for statement?  well a lot of people seemed to think i wanted to
store all the for variables inside of a list.  nope, not what i
wanted.
suppose . . .
for testing,1,41,4  (variable named testing, starting from 1 to
40, incrementing by 4)  i'm only saying this to reinforce.  not
saying you guys are dumb or anything.
 
endfor
ok, with that i'll get the numbers 
1,5,9,13,17,21,25,29,33,37,41
i want to save EACH AND EVERY one of those numbers inside of a
variable (a different one for each number)(total of 11 different
variables), not a list.
something like 
testing1
testing2
testing3
so that i can go back and use them later.  
got it? 
thanks for the help.
{-kimo-}