Ask for Point Name

Prompts the user to enter a point name, returning a point name.

 

Input Arguments

 

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.

 

Return Arguments

 

4

Point Name

Answer

The point name entered by the user.

 

Returned Status

 

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.

 

Remarks

None.