Command Reference

Custom

This Custom tab is where you can set the following screen-specific options:

Instructions

Text:

This is the text that will appear on the screen as instructions or information. It will appear just below the top banner and just above anything else on the screen.

List Box

This is where you add/edit your list box items. There is no practical limit to the number of list box items that you can have. Use the buttons below the list box to Add, Remove, or change the order of your list box items.

Description

This is the text that will appear as your list box item.

Group Options

Enable list box

If this checkbox is checked, the list box will be enabled, allowing users to select items in the list box. If this checkbox is unchecked, the list box will be disabled, and the user will be unable to select any items in the list.

Sort list box items

If checked, the items in the list box will be sorted alphabetically at runtime.

Store text of selected item(s) in variable:

This variable will hold the description text of the selected list box entry. If Allow multiple selections is enabled, and the user selects more than one list box item, this variable will hold the description text for all selected items, separated by the supplied Delimiter.

Store index(s) of selected item(s) in variable:

This variable will hold the zero-based index of the selected list box item. If Allow multiple selections is enabled, and the user selects more then one item, this variable will hold the zero-based indexes for all selected items, separated by the supplied Delimiter.

Default selected item:

This determines which list box item (if any) will be selected by default. Use the list box item's description text in order to set the default selected item.

Allow multiple selections

If checked this will allow the user to select more then one list box item by holding the Ctrl or Shift key.

Delimiter:

The delimiter that will separate multiple list box selections in the delimited list that is stored in the variable when Allow multiple selections is checked.

Additional list box items (semi-colon delimited list):

Additional list box items in the form of a semi-colon delimited list. By using a variable in this field, you can dynamically create the list box items at run time.