Re: getkey help


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

Re: getkey help



>I am new in the world of TI Programming and need some help with my
>first TI-Basic program.  The problem is that I need command that when
>you press a key it goes to a Lbl.  Can someone please help me.  Please
>post and example or some kind of help.


Do this..


getkey->C   (or any variable)
If C=21     (or whatever number.. use the chart in the manual to find what
they
Then            are)
goto Lbl A
Else
blahblahblah
end


thats basically how you do it..




<pre>
---
Cullen Stevenson
"See this? This is a plain, ordinary human liver. But it's mine, you can't
have it!"
                           - The Kids In The Hall
</pre>


References: