Re: TIB: Graph


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

Re: TIB: Graph




-----Original Message-----
From: brian <brian@COMMUNITYONLINE.NET>
To: ti-basic@lists.ticalc.org <ti-basic@lists.ticalc.org>
Date: Tuesday, November 25, 1997 6:42 PM
Subject: Re: TIB: Graph


>
>
>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)
>
>this works on the 83, so i would think that it would be good for the 86
>i hope that this helps you!
>
>-brian e. ash
>
>
>
>
I know that on the 85, a close counter part of the 86, you can do that
using this code:

:InpSt "Input Y1 ",  YVAR
:St->Eq(YVAR,y1

The St->Eq(   command is found under 2nd STRNG on the 85, basically it
converts a string into an equation.

sean