26
29
30
Disk Errors
50
51
52
53
54
55
FOR without
NEXT
A FOR statement was encountered without a
matching NEXT.
WHILE
without
WEND
A WHILE statement does not have a
matching WEND.
WEND
without
WHILE
A WEND statement was encountered without
a matching WHILE.
FIELD
overflow
A FIELD statement is attempting to allocate
more bytes than were specified for the record
length of a direct-access file.
Internal
error
An internal malfunction has occurred
in
BASIC. Report to Radio Shack the conditions
under which the message appeared.
Bad file
number
A statement or command references a file
with a buffer number that is not OPEN or is
out of the range of file numbers specified at
initialization.
File not found
A LOAD, KILL, or OPEN statement
references a file that does not exist on the
current disk.
Bad file
mode
An attempt was made to use PUT, GET, or
LOF with a sequential file, to LOAD a direct
file, or to execute an OPEN statement with a
file mode other than
I,
0,
R,
E or
D.
File
already
open
An OPEN statement for sequential output
was issued for a file that is already open; or a
KILL statement was given for a file that is
open.
A-72