Ask for User Decision Extended

Prompts the user to select one of three custom buttons.

 

Input Arguments

 

0

Edit Text

Question or Statement

A prompt to display to the user.

1

Font Type

Font

The font to use for the prompt and button text.

2

Decision List

Button Answers

A list of button titles and the associated step each should jump to.

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.

 

Return Arguments

None.

 

Returned Status

 

SUCCESS

The user clicked a button.

FAILURE

The user clicked the Cancel or Close button and argument 3 was -1.

 

Remarks

None.