Ask for String

Prompts the user to enter a string value.

 

Input Arguments

 

0

String

Question to ask

A question or prompt to display to the user.

1

String

Initial Answer

An optional default value to enter into the answer field.

2

Font Type

Font

The font to use.

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

 

4

String

Answer

The string entered by the user.

 

Returned Status

 

SUCCESS

The answer was accepted successfully.

FAILURE

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

 

Remarks

None.