TextBox_String

Description

A text field containing a string value

Keys


  • Value – Default string value when dialog is launched, also the key for the value in returned result table

Return


["ControlID"]["Value"] - key value of the return table from the dialog which contains the string from the text box.

Example


data = { ControlID="StartAngle", ControlType="TextBox_String", Value="Some Text" }


The return data can be accessed from (assuming the dialog return variable is named retTable ):

       retTable["StartAngle"]["Value"] = the data entered by the user