TIB: Re: 83 String question.


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

TIB: Re: 83 String question.




I just looked in the 83 manual, and there is no way to convert a variable
into a string directly, but I have an idea that might work (I have no way to
test this as it's my brother's 83):

If it is possible to store a variable into a Y-var (ie:X->Y1), then you can
use the Equ>String( command like this:

::"This program changes the contents of variable X into the Str1 and
destroys Y1"
:Input X
:X->Y1
:Equ>String(Y1,Str1
:Disp Str1

-Miles Raymond      EML: m_rayman@bigfoot.com
ICQ: 13217756       IRC: Killer2        AIM: MRayMan
http://www.bigfoot.com/~m_rayman/

-----Original Message-----
From: ETTamme1@aol.com <ETTamme1@aol.com>
To: ti-basic@lists.ticalc.org <ti-basic@lists.ticalc.org>
Date: Saturday, January 30, 1999 9:20 PM
Subject: TIB: 83 String question.


> Does anybody know how to (if possible) to add the number within a variable
to
>the end of a string.  I have tried Str1+C->Str1, but it dosnt work. i cant
put
>the C in quotes because it will just add the actual C to the end of the
>string. Please let me know. Thanks
> Eric