Re: A86: real var to string var


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

Re: A86: real var to string var




store the number in y1 or something then do Eq>St(y1,string)

-----Original Message-----
From: TGaArdvark@aol.com <TGaArdvark@aol.com>
To: assembly-86@lists.ticalc.org <assembly-86@lists.ticalc.org>
Date: Wednesday, February 04, 1998 1:18 AM
Subject: Re: A86: real var to string var


>
>> I really would like to know how to change a REAL variable into a string
>> using TI86 Basic.  Any help would be appreciated.
>
>I have needed that before too. There is no routine. The only way is
>manually.
>:If x==1
>:"1"->y
>


Follow-Ups: