Re: TIB: ('86) Help with this routine!
[Prev][Next][Index][Thread]
Re: TIB: ('86) Help with this routine!
Try this:
Prompt A1,A2,A3
Glen
In a message dated 2/9/99 4:03:06 AM Eastern Standard Time,
carissaclark@home.com writes:
<<
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?
>>