
243
List of Error Messages
Section 9-1
The various error types, codes, error messages and actions are as follows:
BASIC Errors
Error
code
Error message
Probable cause
Corrective measures
B001
NEXT WITHOUT FOR
FOR command is missing.
Confirm the FOR....NEXT combination.
B002
SYNTAX ERROR
The program syntax is not correct.
A variable name or label name starts
with the same characters as a reserved
word (command name).
Correct the program line. Change the
variable or label name.
B003
RETURN WITHOUT GOSUB Encountered RETURN command
before the GOSUB command was exe-
cuted.
Confirm the GOSUB....RETURN syn-
tax.
B004
OUT OF DATA
The data to be read by the READ com-
mand is missing. The number and type
of READ command variables and the
number and type of the DATA com-
mand constants do not match or
RESTORE command is not used.
Confirm the number and type of READ
command variables, and the number
and type of DATA command constants.
B005
ILLEGAL FUNCTION CALL
Illegal statement or function call.
Confirm the callout method for state-
ments and functions (syntax).
B006
OVERFLOW
The numerical value exceeds the per-
missible range.
Check the numerical value range and
the variable type.
B007
OUT OF MEMORY
Insufficient memory capacity.
There is not enough user memory.
Check the status of memory use by
using PINF or other command, and
review the program, or free some mem-
ory.
B008
UNDEFINED LINE NUMBER Input line number is incorrect.
Check the destination line number.
B009
BAD SUBSCRIPT ERROR
The array variable subscript exceeds
the maximum value specified using the
DIM command.
Use a value within the maximum sub-
script value range specified using the
DIM command.
B010
DUPLICATE DEFINITION
The definitions of array variables or
user-defined BASIC functions have
been duplicated.
Change one of the duplicated array
variables or user-defined BASIC func-
tions.
B011
DIVISION BY ZERO
A division by zero has occurred.
Check the division and correct the pro-
gram.
B012
ILLEGAL DIRECT
Execution of a statement has been
attempted that is illegal in the Com-
mand Mode.
Can only be executed in a BASIC pro-
gram (Program Mode).
B013
TYPE MISMATCH
The variable type does not match.
Check the variable type.
B014
---
Not used
---
B015
---
Not used
---
B016
---
Not used
---
B017
CANNOT CONTINUE
The program execution cannot be con-
tinued.
Restart the program using the RUN
command.
B018
UNDEFINED USER
FUNCTION
The user function is not defined.
Define the user function using the
DEF FN command.
B019
NO RESUME
There is no RESUME command in the
error interrupt subroutine within the ON
ERROR GOTO command.
Add a RESUME command.
B020
RESUME WITHOUT ERROR Although there is no error, the
RESUME command has been exe-
cuted.
Check the program.
0021
---
Not used
---
B022
MISSING OPERAND
The required parameters (operands)
are missing.
Check the program syntax.
Содержание C200H-ASC11
Страница 1: ...C200H ASC11 ASC21 ASC31 ASCII Units Operation Manual Revised June 2000...
Страница 2: ...iv...
Страница 4: ...vi...