Please add at least one search parameter
Command inputinteger
The command inputinteger is used to allow entry of an integer restricted by a maximum and a minimum limit.
Parameters
- line [integer]
Line where the message appears.
- column [integer]
Column where the message appears.
- message [string]
Custom message to be displayed.
- variable [integer]
Variable that will store the return of the command.
- minimum [integer]
Maximum length of the number.
- maximum [integer]
Minimum length of the number.
Example
In the example above the command inputinteger captures an integer, which is converted to a string to be displayed on the display.