BASIC FUNCTIONS SECTION 5. 12
KEY 1, "?TIME$"+CHR$( 13)
will display the time when pressing soft key 1.
REMAm<S On entering Basic, the soft keys default to:
VER.V09F
KEY 1: File(s)
2: Run
3: Edit
4: List
KEY
5 : Save ( ")
6: Load(")
7: Kill(")
8: Syst(em)
However, if the auto-run mode on power up has been
selected, the soft keys are left as they were last
programmed.
When using the KEYn,string command,
if KEYO is typed the
soft keys revert to their power up default values. If n is
not in the required range then a 'Magnitude Error' occurs.
If it is required to terminate the string with a carriage
return or Enter, then it is necessary to terminate with
"string" +CHR$(13) as control characters are not accepted
in command lines.
PAGE 5 - 59