Re: programming question


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

Re: programming question



>>        I've been messing around with the little getkey program in TI-BASIC,
>>and I tried to get it to display "Hello" when I pressed the "5" key. I've
>>tried several different routines but couldn't get it to work. Can someone
>>please tell me what to put into the program in order to make it work. Thanx!
>>


 Try this


While 1
Getkey->A
If A=83:Disp "Hello"
End


I tried it on my 83 and it works like a charm.


<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: