Post Reply 
issue when cancelling INPUT
09-30-2015, 06:49 AM
Post: #15
RE: issue when cancelling INPUT
(09-29-2015 10:23 PM)Tim Wessman Wrote:  You can use an error trap to catch an interruption if you'd like. Look at the IFERR error catching stuff.
Indeed, but if you have to catch the error to avoid the error message, you are not stopping anymore your program...
Code:

IFERR
IF INPUT(var)==0 THEN KILL; END;
THEN
// you catched the error, well and now how can I stop the program ?
END;
// program continues here
Tyann suggestion would be nice for me, something to nicely end programs, like exit(); from C/C++.

primer
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 - 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)