Post Reply 
INPUT command OK and Cancel parameters
12-15-2013, 10:31 PM
Post: #2
RE: INPUT command OK and Cancel parameters
The function INPUT() itself returns 1 or 0. Example:

Code:

IF INPUT(…) THEN
  // code for INPUT() returning a 1
ELSE
  // code for INPUT() returning a 0
END;

You can optionally do something like: t:=INPUT(…); where t is a local/global variable and test the value of t later on.

Graph 3D | QPI | SolveSys
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: INPUT command OK and Cancel parameters - Han - 12-15-2013 10:31 PM



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