Error Codes: Difference between revisions
From Bitchin100 DocGarden
Jump to navigationJump to search
No edit summary |
|||
Line 36: | Line 36: | ||
<tr><td>59-255</td><td>UE</td><td>Undefined error</td></tr> | <tr><td>59-255</td><td>UE</td><td>Undefined error</td></tr> | ||
</table> | </table> | ||
[[Category:Model T Developer Reference]] |
Latest revision as of 23:02, 30 January 2009
BASIC Error Codes
1 | NF | Next without for |
2 | SN | Syntax Error |
3 | RG | Return without gosub |
4 | OD | Out of data |
5 | FC | Illegal function call |
6 | OV | Overflow |
7 | OM | Out of memory |
8 | UL | Undefined line |
9 | BS | Bad subscript |
10 | DD | Double dimensioned array |
11 | /0 | Divide by zero |
12 | ID | Illegal direct |
13 | TM | Type mismatch |
14 | OS | Out of string space |
15 | LS | String too long |
16 | ST | String formula too complex |
17 | CN | Can't continue |
18 | IO | IO error |
19 | NR | No resume |
20 | RW | Resume without error |
21 | UE | Undefined error |
22 | MO | Missing operand |
23-49 | UE | Undefined error |
50 | IE | Undefined error |
51 | BN | Bad file number |
52 | FF | File not found |
53 | AO | Already open |
54 | EF | Input past end of file |
55 | NM | Bad file name |
56 | DS | Direct statement in file |
57 | FL | Undefined error |
58 | CF | File not open |
59-255 | UE | Undefined error |