Error Codes: Difference between revisions

From Bitchin100 DocGarden
Jump to navigationJump to search
(New page: == BASIC Error Codes == <table> <tr><td>1</td><td>NF</td><td>Next without for</td></tr> <tr><td>2</td><td>SN</td><td>Syntax Error</td></tr> <tr><td>3</td><td>RG</td><td>Return without gos...)
 
No edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
== BASIC Error Codes ==
== BASIC Error Codes ==


<table>
<table border="1">
<tr><td>1</td><td>NF</td><td>Next without for</td></tr>
<tr><td>1</td><td>NF</td><td>Next without for</td></tr>
<tr><td>2</td><td>SN</td><td>Syntax Error</td></tr>
<tr><td>2</td><td>SN</td><td>Syntax Error</td></tr>
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 00:02, 31 January 2009

BASIC Error Codes

1NFNext without for
2SNSyntax Error
3RGReturn without gosub
4ODOut of data
5FCIllegal function call
6OVOverflow
7OMOut of memory
8ULUndefined line
9BSBad subscript
10DDDouble dimensioned array
11/0Divide by zero
12IDIllegal direct
13TMType mismatch
14OSOut of string space
15LSString too long
16STString formula too complex
17CNCan't continue
18IOIO error
19NRNo resume
20RWResume without error
21UEUndefined error
22MOMissing operand
23-49UEUndefined error
50IEUndefined error
51BNBad file number
52FFFile not found
53AOAlready open
54EFInput past end of file
55NMBad file name
56DSDirect statement in file
57FLUndefined error
58CFFile not open
59-255UEUndefined error