Post Reply 
Limitation of CHOOSE command
12-31-2013, 04:58 PM
Post: #2
RE: Limitation of CHOOSE command
Look at the on-calc help for choose. The built in help inside the calculator will nearly always be the most accurate.

Quote: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 choose 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 return false (0).

Give a list as item #3.

TW

Although I work for HP, the views and opinions I post here are my own.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Limitation of CHOOSE command - Tim Wessman - 12-31-2013 04:58 PM



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