Programming Question


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

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!


Original program:


Lbl START
getKy/->/A
If A
Disp A
Goto START


I have tried:


0/->/A
Lbl START
getKy/->/A
If A=0:Then:Goto START
If A=83:Then:Disp "Hello"
Goto START


                                                        -Micah Gibson
                                                         -dgibson@ns.vvm.com