[A83] Re: TI83+ Numerical Input


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

[A83] Re: TI83+ Numerical Input




Indeed, you'll have to make one of your own. If you only need to input
numbers that isn't too hard. If you want to have input like the Basic Input
command on the other hand, you'll have to make an input routine that stores
everything as tokens and then parse that using ParseInp or something.
There's a bit information on it in the Developer Guide Chapter 2


----- Original Message -----
From: "Robert M. Proie Jr." <playnogamz@nls.net>
To: <assembly-83@lists.ticalc.org>
Sent: Tuesday, July 31, 2001 7:00 PM
Subject: [A83] Re: TI83+ Numerical Input


>
> Do you mean as a long string, or just how to register a key press.  If it
is
> a long string, I would recomend writing a routine yourself to do that,
since
> the Ti-83plus doesn't have the input routine that the 83 has.  It would be
> realy easy for numbers.  If you need to be able to input like 3 +
5(79/8)^3
> that might be a little bit trickier, but not impossible.  I used to havce
> one, but I deleted it be accident.
>
> -----Original Message-----
> From: assembly-83-bounce@lists.ticalc.org
> [mailto:assembly-83-bounce@lists.ticalc.org]On Behalf Of Tim Crockford
> Sent: Tuesday, July 31, 2001 4:14 AM
> To: assembly-83@lists.ticalc.org
> Subject: [A83] TI83+ Numerical Input
>
>
>
> It seems that there is plently of tutorials showing how to get input on a
> regular TI-83, but none for the plus.  Anyone got any ideas on how to do
it?
> I'm trying to write a program for Physics to turn into an app, and I need
a
> way to get numerical input from a user.
>
>
>
>
>
>



Follow-Ups: References: