EditInt

Inserts an integer edit control into the spreadsheet. The control works like all other In-Sight interactive numeric input controls.

Note: To access the property sheet for an EditInt control, right-click the control and select Edit Function.

EditInt Inputs

Syntax: EditInt(Min,Max)

Parameter Description

Min

Specifies the minimum value that the edit box control will accept (-16777216 to 16777216; default = 0).

Max

Specifies the maximum value that the edit box control will accept (-16777216 to 16777216; default = 255).

EditInt Outputs

Returns

The value entered into the control.

Results

An EditInt control.