Editing a variable value
INPUTI VAL%
INPUTF VAL#
INPUTS VAL$ [, prompt$]
INPUTTEXT VAL$, x1%, y1%, x2%, lines%, maxchar%
These commands allow the user to edit the value of a variable in a comfortable way. For numeric types (int, float) a numeric keyboard is available; strings can be edited with a keyboard like in MEMO mode.
The INPUTTEXT procedure works similar to INPUTS but allows the definition of the text edit area (x1, y1, x2), the number of lines available (lines) and the maximal number of characters.
|