TextBox_Int

Description

A text field containing an integer value

Keys


  • Value – Default integer 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 contents of the text box.

Example


data = { ControlID="StartAngle", ControlType="TextBox_Int", Value=1 }


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

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