Re: A89: seem to be a misunderstanding
[Prev][Next][Index][Thread]
Re: A89: seem to be a misunderstanding
In a message dated 9/27/98 10:06:30 PM Eastern Daylight Time, kimo@stones.com
writes:
> 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.
For a,1,41,4
a->#("b"&string((a-1)/4))
EndFor
would give you variables b1 thru b11
--TurboSoft
Visit the TurboSoft Homepage: The most current Basic programs created by
TurboSoft for the 89.
<A HREF="http://members.aol.com/turbosoft/turbosoft.html">
http://members.aol.com/turbosoft/turbosoft.html</A>