Easier way to do this?


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

Easier way to do this?



I was wondering if there was a better way to do this getkey routine
(86 BASIC)

Lbl A
getky
If Ans==11
Goto B
If Ans==12
Goto C
If Ans==13
Goto D
Goto A

Misc. Lbl's for above Goto's.

Is there something faster/quicker than this?  Thanks for your help.

Nick