Next Previuos Contents

BASIC ERROR MESSAGES

ERROR 
CODE NO.

DESCRIPTION

AD 53 File already open: a sequential
output mode OPEN has been issued for
a file that is already open; or a
KILL has been attempted on an open
file.
BS 9 Subscript out of range: an array
element has been referenced with a
subscript that is outside the dimen-
sions of the array, or the wrong
number of subscripts have been
given.
BN 51 Bad file number: a statement or
command references a file with a
file number that is not open or is
out of the range of numbers speci-
fied by the MAXFILES statement.
CF 58 File not open: the file specified in
a PRINT, INPUT, or similar statement
has not been opened.
CN 17 Cannot continue: an attempt has been
made to continue a program that
cannot be continued for one of the
folllowing reasons:

1. It has stopped due to an error.

2. It has been modified during a
break in execution.

3. It does not exist.
DD 10 Redimensioned array: two DIM state-
ments have been given for the same
array, or a DIM statement has been
given for an array after the
default dimension has been estab-
lished.
DS 56 Direct statement in file: a direct
statement has been found while load-
ing an ASCII format file and the
LOAD is stopped.


 
- 58 -

Next Previuos Contents