Prompts the user to enter a point name, returning a point name.
0 |
String |
Question to ask |
A prompt to display to the user. |
1 |
Point Name |
Initial Value |
A default value to optionally display in 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 box. |
4 |
Point Name |
Answer |
The point name entered by the user. |
SUCCESS |
The point name was accepted successfully. |
FAILURE |
The user cancelled the dialog and argument 3 was -1, or entered the point name in an incorrect format. |
None.