Toshiba KB-80 Computer Keyboard User Manual


 
- 76 -
ERROR CODE TABLE
Code Meaning
1 There is no FOR statement for the NEXT statement, or the number of NEXT statements
does not match with (is more than) the number of FOR statements.
2 The program is not in accordance with the grammar. Statements which are not defined
are included in the program.
3 The GOSUB statement and RETURN statement do not match each other properly.
4 Data to be read by the READ statement is not included in the DATA statement, or the
amount of data is small.
5 The process to call a function is wrong in a statement or a function.
6 The input value or the calculation result exceeded the allowable range.
7 The memory capacity is short since the program is too long, or the array is too large.
8 The specified line number was not found.
The line number is over the range specified.
9 The specified number of subscripts for the array variable exceeds the allowable max.
number.
10 Attempted to define an array or user variable twice.
11 0 is specified for the divisor in division.
13 The data format such as the left and right part of an expression, and an argument for a
function, does not match.
20 RESUME was used in a place other than the error routine.
22 The parameter required in the statement is not specified.
30 The number of WEND statements is more than the number of WHILE statements.
52 A file number which is not opened or cannot be opened, was specified.
53 Attempted to read a non-existent file.
54 Access was attempted in the unavailable mode.
55 Attempted to open an already-opened file.
57 Writing was performed in the write disable area.
61 There is no free space in the flash memory, however, creation or expansion of the file
was attempted.
62 After all data in the file has been read, the INPUT statement for the file was executed.