| Applying science to business management |
  
getselect
Format: getselect( list, note, title )
Arguments: [any] list Input list
(text) note Optional text to be displayed in the lower
right-hand corner of the dialog box;
default = ""
(text) title Optional title displayed on the dialog box
frame; default = null
Returns: [text] Items selected from list
Description: Getselect creates a dialog box with a list
box containing all elements in list. The user can select
any number of elements.
When Logical Look-Ahead is active, this function is gated to
prevent unnecessary user input in expressions using Logical And/Logical
Or.
See Also: getnode,
getfile, dialog
|