INPUT
From Macros Wiki
Command
- Define the size and position of an input box.
Parameters
- <left>
- Start position measured from the left edge of the dialog.
- <top>
- Start position of measured from the top edge of the dialog.
- <width>
- Width of the control.
- <height>
- Height of the control.
- <variable>
- Variable to be set to the value of the contents of the input box.
- [<default>]
- Optional default value.
Example
- INPUT 65, 017, 70, 24, w1, 10
- For an example macro see Create_Contour GeoPattern_Part.dlg GeoPattern_Repeats.dlg GetCommands.dlg GeoSavedProcess.dlg