Please add at least one search parameter
Command inputformat
The command inputformat is used to define the entrance to a value based on a pre-defined format.
Parameters
- line [integer]
Line where the message appears.
- column [integer]
Column where the message appears.
- message [string]
Custom message to be displayed.
- variable [string]
Variable that will store the return of the command.
- format [integer]
Input format - 9: any numeric character
- A: any non-numeric character
- *: password
You can use only one format per command call.
Example
In the example above, each command has a predefined format. The value is displayed on the display when a key is pressed and its numerical value is stored in the variable sReturn.