Choices Syntax

Arguments

{choice1, choice2, choiceN}

Character. A comma delimited list of choices. The type of the choices should be the same, and the same as Variable_Name. The leading { and trailing } characters are required.

Choice_Variable

Character. A string variable containing a CR-LF delimited list of choices.

Choice_Array

Character. An array variable containing choices as elements of the array. See Delimiter and {DATA}.

Pointer_Array[\].Choice_Variable

Character. A pointer variable containing choices as elements of the array.

Description

The Choices argument is a required part of the syntax for any control that provides a list of options to the user, such as an array of radio buttons, a combo box, or a list box.

See Also