Post Reply 
issue when cancelling INPUT
09-28-2015, 10:23 PM (This post was last modified: 09-28-2015 10:29 PM by Helge Gabert.)
Post: #2
RE: issue when cancelling INPUT
With odd characters appearing, you could have a memory corruption issue. You might want to do a hard (paperclip) reset, and reformat.

Anyway, my program runs fine, but I only use lower case variables as local variables in my programs, because single, upper case, letters are reserved for global reals.

EXPORT FAILURE()
BEGIN
LOCAL a;
INPUT(a);
IF a==0 THEN
KILL;
END;
RETURN a;
END;

Does this work for you?
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 - Helge Gabert - 09-28-2015 10:23 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 - 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)