INPUT

From Macros Wiki
Revision as of 15:59, 10 January 2019 by Mikeo (talk | contribs)
Jump to navigationJump to search

Up

Command

INPUT
INPUT
INPUT <left>, <top>, <width>, <height>, <variable>, [<default>], {<format>]


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.
[<format]
Optional default value.

Example

INPUT 65, 017, 70, 24, w1, 10
INPUT 65, 017, 70, 24, w1, v1
INPUT 65, 017, 70, 24, w1, v1, 43p
For an example macro see Create_Contour GeoPattern_Part.dlg GeoPattern_Repeats.dlg GetCommands.dlg GeoSavedProcess.dlg