Commodore VIC-20
Error Codes
?DIVISION BY ZERO ERROR
Commodore
VIC-20
?DIVISION BY ZERO ERROR means the program tried to divide by zero, which is …
?ILLEGAL QUANTITY ERROR
Commodore
VIC-20
?ILLEGAL QUANTITY ERROR means a value passed to a BASIC function is outside the …
?NEXT WITHOUT FOR ERROR
Commodore
VIC-20
?NEXT WITHOUT FOR ERROR means the VIC-20 encountered a NEXT statement with no …
?TYPE MISMATCH ERROR
Commodore
VIC-20
?TYPE MISMATCH ERROR means BASIC tried to use a string where a number was …
?UNDEF'D STATEMENT ERROR
Commodore
VIC-20
?UNDEF'D STATEMENT ERROR means a GOTO, GOSUB, or conditional branch references a …
?DEVICE NOT PRESENT ERROR
Commodore
VIC-20
?DEVICE NOT PRESENT ERROR means the VIC-20 tried to communicate with a …
?OUT OF DATA ERROR
Commodore
VIC-20
?OUT OF DATA ERROR means your program tried to READ more values than exist in …
?OUT OF MEMORY ERROR
Commodore
VIC-20
?OUT OF MEMORY ERROR on the VIC-20 means your program has used all available …
?RETURN WITHOUT GOSUB ERROR
Commodore
VIC-20
?RETURN WITHOUT GOSUB ERROR means the program hit a RETURN statement without a …
?STRING TOO LONG ERROR
Commodore
VIC-20
?STRING TOO LONG ERROR means a string variable exceeded 255 …
?SYNTAX ERROR
Commodore
VIC-20
?SYNTAX ERROR on the VIC-20 means BASIC could not understand the command you …