TIB: ('86) Help with this routine!


[Prev][Next][Index][Thread]

TIB: ('86) Help with this routine!




Ok. I need a way to make a program that stores to different numbered
variables. I can't give you a bugged source code, cause I don't have
one. But here's an example. 

 <calc>Input a number.
 <user>1
 <calc stores to A1>
 <calc>Input a number.
 <user>4
 <calc stores to A2>
 <calc>Input a number.
 <user>6
 <calc stores to A3>

Is there any way to do this?