Post Reply 
INPUT command OK and Cancel parameters
12-15-2013, 09:36 PM
Post: #1
INPUT command OK and Cancel parameters
Page 551 in Prime User Manual
INPUT
Syntax: INPUT(var [,"title", "label",
"help", reset]);
Opens a dialog box with the title text title, with one
field named label, displaying help at the bottom and
using the reset value if "Shift" "Esc" is pressed.
Updates the variable var if the user taps "OK" and
returns 1
. If the user taps "Cancel", it does not update the
variable, and returns 0.

Where can I capture the above OK and Cancel values to test if they have been selected?
rcf
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
INPUT command OK and Cancel parameters - Bob Frazee - 12-15-2013 09:36 PM



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