Prompts the user to make a selection from a dropdown list. Each selection in the dropdown list has an associated step file to which the MP jumps after this command is successful.
0 |
Edit Text |
Question or Statement |
The prompt to display to the user. |
1 |
Font Type |
Font |
The font to use for the prompt. |
2 |
Decision List |
Possible Answers |
A list of possible answers and their associated “jump to” steps. |
3 |
Step ID |
Step to jump to if Canceled (-1 will fail step on Cancel) |
The step to jump to if the user cancels or closes the dialog. |
None.
SUCCESS |
The user made a selection. |
FAILURE |
The user clicked the Cancel or Close buttons and argument 3 was -1. |
None.