Post Reply 
Comportement étrange
10-06-2015, 09:16 PM
Post: #2
RE: Comportement étrange
I confirm this issue.
I think the problem is related to the command GETKEY that stop functioning properly when the screen is touched three times.
Program stays in the loop until you press the ON key. Other keys just doesn't work.

I checked also the version using REPEAT UNTIL loop (without WAIT) and this issue is also present.

Code:
EXPORT TEST()
BEGIN
LOCAL a;
REPEAT
PRINT();
a:=a+1;
PRINT(a);
UNTIL GETKEY>=0;
END;

Piotr Kowalewski
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Comportement étrange - Tyann - 10-05-2015, 09:15 PM
RE: Comportement étrange - komame - 10-06-2015 09:16 PM
RE: Comportement étrange - Tim Wessman - 10-07-2015, 01:41 AM



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