Re: TIB: TI-B:Two Questions


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

Re: TIB: TI-B:Two Questions




I can show you how to do it in TI-86-BASIC.  Note:  I use -> as store to, 
not >, which is a a filled in triangle in TI-86-BASIC.

:InpSt "equ: ",equ
User inputs the equation.
:Eq>St(equ,y1)
The string the equation was inputted as is converted to an equation
:FnOff
Turns all functions off
:FnOn 1
Turns on function 1 (y1).
:Input "x: ",x
User inputs the initial x value.
:While 1
Creates an endless loop
:Eval x->x
Evaluates x for the current function(s), currently y1.
:Disp x
Displays the x value.
:End
Restarts the endless loop.


----Original Message Follows----
From: Mego1283@aol.com
Reply-To: ti-basic@lists.ticalc.org
To: ti-basic@lists.ticalc.org
Subject: Re: TIB: TI-B:Two Questions
Date: Sat, 20 May 2000 19:33:27 EDT


For your first q, yes, 92+ BASIC is the same as 89 BASIC.  For your second 
q,
I have no idea.

--Zack AKA MysticWolf AKA Amaroq
<A HREF="http://members.tripod.com/The-Agency/">The Agency</A>: Support the
last line of defenst in the aliean invasion (fictional)
<A HREF="http://Arrive.At/MysticWolf">MysticWolf Media:</A> the way the web
is done.
A proud member of <A HREF="http://PA.TICalc.org">Programmers Anonymous</A>.
A proud member of the <A HREF="http://www.TCRG.org">Twin Cities Robot 
Group.</
A>



--Robert Mohr--
rmohr02@smpr.cjb.net
AIM:  rmohr02                 ICQ:  70640281
MSN:  rmohr02                 Y!M:  rmohr02

Member of Smallville Productions
http://smpr.cjb.net/

Reviewer at TICalc.Org
http://www.ticalc.org/

"Nonflammable is not a challenge." -- Bart Simpson

________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com




Follow-Ups: