To: Michael J. Mahon On Fri, 27 Feb 2009 15:32:30 -0800, Michael J. Mahon wrote: > You can also GET the key after determining that one has > been pressed: > > 40 IF PEEK(KB)>127 THEN GET A$ Does the GET clear the keyboard strobe as well? If so, that is really cool and is something I never knew. I'll have to remember that one.