Hi Leon,

Check out the new KBHIT() function in KiXtart 4.01. Slightly different than INKEY() but should serve your purpose. KBHIT() will return true if there is a keyboard code waiting in the keyboard buffer. But unlike INKEY(), one has to actually fetch the code using the GET command.

-Shawn