Editing A Variable Value
INPUTI VAL%
INPUTF VAL#
INPUTS VAL$ [, prompt$]
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.
|