APPENDIX
os
Out
of
String Space:
The
amount
of
string space allocated was exceeded.
LS String
Too
Long: A string variable was assigned a string value which
exceeded
255 characters in length.
ST String
Formula
Too
Complex: A string operation was too complex to
handle.
Break
up
the operation into shorter steps.
eN
Can't
Continue: A CONTwas issued at a point where no continuable program
exists,
e.g.,
afterprogram was
ENDed
or
EDITed.
NR
No
RESUME:
End
of
programreached in error-trapping mode.
RW
RESUME
without
ERROR:
A
RESUME
was encountered before
ON
ERROR
OOTO
was executed.
DE
Unprintable Error: An attempt was made to generate an errorusing an
ERROR
statementwith an invalid code.
MO Missing Operand: Anoperation was attempted without providing one
of
the
required operands.
FD
Bad
File Data: Datainput from an external source
(i.e.,
tape) was not correct
or
was in improper sequence, etc.
L3
DISK
BASIC
only: An attempt was made to use a statement, function
or
command
which is available only with the Disk System.
8/3