Commodore 128 Programmer's Reference Manual page 655

Hide thumbs Also See for 128:
Table of Contents

Advertisement

n
APPENDIXES
645
i i
/ i
j i
n
M
ii
ERROR #
ERROR NAME
12
RETURN WITHOUT GOSUB
13
OUT OF DATA
14
ILLEGAL QUANTITY
15
OVERFLOW
16
OUT OF MEMORY
17
UNDEF'D STATEMENT
18
BAD SUBSCRIPT
19
REDIM'D ARRAY
20
DIVISION BY ZERO
21
ILLEGAL DIRECT
22
TYPE MISMATCH
23
STRING TOO LONG
24
FILE DATA
25
FORMULA TOO COMPLEX
26
CANT CONTINUE
27
UNDEF'D FUNCTION
DESCRIPTION
A RETURN statement was encountered
when no GOSUB statement was active.
A READ statement is encountered without
any data left to READ.
A number used as the argument of a func
tion or statement is outside the allowable
range.
The result of a computation is larger than
the largest number allowed (1.701411834E
+ 38).
Either there is no more room for program
code and/or program variables, or there are
too many nested DO, FOR or GOSUB state
ments in effect.
A referenced line number doesn't exist in
the program.
The program tried to reference an element
of an array out of the range specified by
the DIM statement.
An array can only be DIMensioned once.
Division by zero is not allowed.
INPUT, GET, INPUT#, GET# and GET-
KEY statements are allowed only within a
program.
This error occurs when a numeric value is
assigned to a string variable or vice versa.
A string can contain up to 255 characters.
Bad data read from a tape or disk file.
The computer was unable to evaluate this
expression. Simplify the expression (break
into two parts or use fewer parentheses).
The CONT command does not work if the
program was not RUN, if there was an
error, or if a line has been edited.
A user-defined function that was never de
fined was referenced.

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents