Re: TIB: Graph


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

Re: TIB: Graph






>Date: Tue, 25 Nov 1997 15:58:45 -0800
>From: brian <brian@COMMUNITYONLINE.NET>
>To: ti-basic@lists.ticalc.org
>Subject: Re: TIB: Graph
>Reply-To: ti-basic@lists.ticalc.org
>
>
>
>Krayzie358@aol.com wrote:
>
>> how do you program to make the user put in a Y1 value and save it 
there so
>> the program will graph the graph for you.  I can do this for the 92 
but I
>> can't for the 86.  How do I do it?
>
> use the string>equ( function.
>
>input "Enter equation in quotation marks: ",Str1
>String>Equ(Str1,Y1)
Why not just use InpSt?  It allows you to omit the requirement for the 
user to put in quotation marks.
--==Aaron Hertz==--
-=ahertz@hotmail.com=-


______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com


Follow-Ups: