Post Reply 
Efficient Use of Using both GETKEY and Soft Keys
08-12-2018, 01:55 AM
Post: #3
RE: Efficient Use of Using both GETKEY and Soft Keys
The following code works well for consecutive key presses, but it errors out after the first mouse click:
Code:

TEST5793()
BEGIN
LOCAL K;
REPEAT
K:=WAIT(-1);
PRINT(K);
UNTIL SIZE(K)==1 AND K==4;
END;
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Efficient Use of Using both GETKEY and Soft Keys - Eddie W. Shore - 08-12-2018 01:55 AM



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