Post Reply 
issue when cancelling INPUT
09-29-2015, 11:25 AM
Post: #6
RE: issue when cancelling INPUT
(09-29-2015 10:54 AM)Tyann Wrote:  The bizarre signs appear When the KILL is executed.
Yes, it's not linked to the INPUT but to the KILL instruction, for example with the following code Cancel works fine and returns 0, but OK returns the Chinese characters as it executes KILL:
Code:
EXPORT failure()
BEGIN
LOCAL A;
IF INPUT(A)==0 THEN RETURN; END; // canceled
PRINT(A);
KILL;
END;
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
issue when cancelling INPUT - primer - 09-28-2015, 08:22 PM
RE: issue when cancelling INPUT - primer - 09-29-2015, 05:57 AM
RE: issue when cancelling INPUT - Tyann - 09-29-2015, 10:54 AM
RE: issue when cancelling INPUT - Didier Lachieze - 09-29-2015 11:25 AM
RE: issue when cancelling INPUT - primer - 09-29-2015, 07:30 PM
RE: issue when cancelling INPUT - Tyann - 09-30-2015, 05:17 AM
RE: issue when cancelling INPUT - primer - 09-30-2015, 06:49 AM
RE: issue when cancelling INPUT - eried - 09-30-2015, 03:01 PM
RE: issue when cancelling INPUT - primer - 09-30-2015, 08:41 PM



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