method InputInteger(ControlName: String, Prompt: String)
Define a spin edit control on a scripted form that allows input of integer values.
InputInteger method syntax has these named arguments:
Parameter |
Description |
|---|---|
Control Name |
Required. Name of the control. Must be a valid MaxBasic identifier. |
Prompt |
Required. Prompt text to display to left of the control. |
See also MaxBasic InputInteger function and Input Grid InputInteger method.