2003: Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
(No difference)
|
Latest revision as of 17:46, 28 June 2013
|
Summary: |
Illegal line number sequence |
|---|---|
|
Cause: |
Use of an illegal line number sequence. In the following example, a LIST command attempts to list lines in reverse order; this line would cause this error: LIST 500 100 |
|
Remedy: |
Line numbers must be referenced in sequential order; change any references that are incorrect. |