Post Reply 
[REPORT] problem with choose CMD
12-03-2016, 04:40 PM
Post: #2
RE: problem with choose CMD
Syntax:
CHOOSE(var, “title”, “item1”, “item2”,[…"item14"]) or
CHOOSE(var,"title",{"item1"..."itemN"})

Displays a choose box with the given "title" and containing items with the strings "item1", etc.

If the user chooses an object, var will be updated to contain the number of the selected object (an integer, 1, 2, 3, …); otherwise, stores zero in var if the user exits without choosing.

Returns true (non zero) if the user selects an object, otherwise returns false (0).

My website: erwin.ried.cl
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: problem with choose CMD - eried - 12-03-2016 04:40 PM
RE: problem with choose CMD - compsystems - 12-03-2016, 05:05 PM
RE: problem with choose CMD - StephenG1CMZ - 12-03-2016, 05:33 PM
RE: problem with choose CMD - Han - 12-04-2016, 04:21 AM
RE: problem with choose CMD - Tim Wessman - 12-05-2016, 03:28 PM
RE: problem with choose CMD - eried - 12-03-2016, 06:12 PM
RE: problem with choose CMD - StephenG1CMZ - 12-03-2016, 06:27 PM



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