INPUT

From Macros Wiki
Revision as of 18:35, 18 August 2010 by MikeO (talk | contribs)
Jump to navigationJump to search

Up

Command

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


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