Re: TIB: 86->85


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

Re: TIB: 86->85




I don't know what routine you are using, but here's what I use normally that
seems efficient to me:

:Lbl LOOP
:getky->A
:If A==0
:Goto LOOP
:If A==11
:Goto KeyF1
:If A==12
:Goto KeyF2
:Goto LOOP

I hope this helps. Tell me whether or not it works well.

Greg Sharp

> Also, does anyone know of a good method to use the getKy command and have
>  it work fast when using a bunch of keys.  The 86 can be real slow at times
>  and that is a time when I can really notice it.