Editing a number
INPUTI VAL%
INPUTF VAL#
INPUTS VAL$
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.
|