[TIB] Re: variables to strings
[Prev][Next][Index][Thread]
[TIB] Re: variables to strings
On the 89 you can...
Define y1(x)= ...
----- Original Message -----
From: "Aaron Fineman" <amfineman@earthlink.net>
To: <ti-basic@lists.ticalc.org>
Sent: Thursday, February 06, 2003 5:27 PM
Subject: [TIB] Re: variables to strings
> i tried doing M /->/ Y1. does this only work with numbers? or can i use
> variables?
>
>
>
> ----- Original Message -----
> From: <MyOwnLittlWorld@aol.com>
> To: <ti-basic@lists.ticalc.org>
> Sent: Thursday, February 06, 2003 3:42 PM
> Subject: [TIB] Re: variables to strings
>
>
> > the way to do it in 83+basic
> >
> > is to put your variable into a Y= equation... then convert to a string.
> >
> > 5->Y1
> > Equ>Str(Y1,Str1)
> >
> > (can do that with any variable or string that you can put in a Y equ.)
> > Nick
> >
> >
>
>
>
Follow-Ups:
References: