Next | Previuos | Contents |
EF 54 | Input past end: an input statement has been attempted, either after all the data in the file has been input, or for an empty file. Use the EOF function to detect the end of a file to avoid this error . |
FC 5 | Illegal function call: a parameter that is out of range is passed to a numeric or string function. This error will also be produced as a result of: 1. A subscript which is negative or greater than the maximum permitted. 2. A negative or zero argument with. LOG. 3. A negative argument with SQR. 4. A incorrect argument with: INP, INSTR, LEFT$, MID$, ON ... GOTO, OUT, PEEK, POKE, RIGHT$, SPACE$ or STRING$. |
FF 52 | File not found: a LOAD , KILL or OPEN statement references a file that does not exist in memory. |
FL 57 | Too many files: an attempt has been made to create a new file using SAVE or OPEN when all directory entries are full. |
ID 12 | Illegal direct: a statement that is illegal in direct mode has been entered as a direct command. |
IE 50 | Internal error: an internal fault has occured. Contact your local. dealer. |
IO 18 | Input/Output error: an input/output error has occurred on a cassette, printer or VDU operations. It is a fatal error, i.e. BASIC cannot recover. |
LS 15 | String too long: an attempt has been made to create a string morre than 255 characters long. |
- 59 -
Next | Previuos | Contents |