[TIB] Re: Keyboard input?!?!?!


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

[TIB] Re: Keyboard input?!?!?!




A loop that's similar to the C command, getch():

I.e. it actively waits for you to push a key, not
just return zero.

Lbl Augh
Getch /->/ K
If K = 0
Goto Augh
...more code here. probably deals with
K.

--SmartGamer
----- Original Message -----
From: "Idiot (aka Ethereal Knight)" <idiot@mylinuxisp.com>
To: <ti-basic@lists.ticalc.org>
Sent: Thursday, March 08, 2001 9:58 PM
Subject: [TIB] Re: Keyboard input?!?!?!


>
> Getkey()->K
>
> This works on any calc  82-92+
> It gets the last key pressed, if none, it will get 0.
>
>
> __
> Hi, I'm a .sig virus. Please make me your signature and help me spread
>
>  -----Original Message-----
> From: ti-basic-bounce@lists.ticalc.org
> [mailto:ti-basic-bounce@lists.ticalc.org]  On Behalf Of Nitrocloud@aol.com
> Sent: Thursday, March 08, 2001 9:26 PM
> To: ti-basic@lists.ticalc.org
> Subject: [TIB] Keyboard input?!?!?!
>
>
> How, in Ti Basic do you get keyboard input.  All I do is write progs in C
so
> I don't use Basic! Thanx in advance
>
>
>
>





Follow-Ups: References: