Apple II
Error Codes
?CAN'T CONTINUE ERROR
Apple
Retro Computer
?CAN'T CONTINUE ERROR in Applesoft means CONT couldn't resume the program.<br>It …
?REDIM'D ARRAY ERROR
Apple
Retro Computer
?REDIM'D ARRAY in Applesoft means a DIM statement was hit for an array that …
String Too Long
Apple
Apple II
String Too Long means a string variable exceeded the 255-character maximum that …
?DIVISION BY ZERO ERROR
Apple
Apple II
?DIVISION BY ZERO ERROR means your program tried to divide a number by …
?ILLEGAL QUANTITY ERROR
Apple
Apple II
?ILLEGAL QUANTITY ERROR means you passed a number outside the valid range to a …
?OUT OF MEMORY ERROR
Apple
Apple II
?OUT OF MEMORY ERROR means your Applesoft BASIC program has used all available …
?RETURN WITHOUT GOSUB ERROR
Apple
Apple II
?RETURN WITHOUT GOSUB ERROR means the program executed a RETURN statement …
?TYPE MISMATCH ERROR
Apple
Apple II
?TYPE MISMATCH ERROR means you mixed up strings and numbers in an …
FILE NOT FOUND
Apple
Apple II
FILE NOT FOUND on the Apple II means the file you tried to LOAD, RUN, or BLOAD …
I/O ERROR
Apple
Apple II
I/O ERROR on the Apple II means a disk read or write operation failed.<br>The …
SYNTAX ERROR
Apple
Apple II
SYNTAX ERROR on the Apple II means the Applesoft BASIC interpreter could not …