Post Reply 
why doesn't GETKEY work with WAIT (solved)
10-26-2015, 09:58 AM
Post: #3
RE: why doesn't GETKEY work with WAIT
WAIT(-1) itself also captures key presses. So if you press [Esc] during the WAIT(-1) timeout period, the keypress is sent to the WAIT command. GETKEY would then have nothing in the buffer to parse. Save the output from WAIT(-1) and use it to test.

Graph 3D | QPI | SolveSys
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: why doesn't GETKEY work with WAIT - Han - 10-26-2015 09:58 AM



User(s) browsing this thread: 1 Guest(s)