9006: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
m (1 revision)
 
No edit summary
 
Line 2: Line 2:
|9006
|9006
|Too many nested structures
|Too many nested structures
|Too many nested [[IF]], [[FOR / NEXT]], and [[DO /LOOP]] structures.
|Too many nested [[IF Statement|IF]], [[FOR]]/[[NEXT]], and [[DO LOOP]] structures.
|Reduce the total number of nested IF, FOR / NEXT, and DO / LOOP structures to 80 or less.
|Reduce the total number of nested IF, FOR / NEXT, and DO / LOOP structures to 80 or less.
}}
}}
[[Category:Error Codes]]
[[Category:Error Codes]]

Latest revision as of 17:21, 18 July 2013

Summary:

Too many nested structures

Cause:

Too many nested IF, FOR/NEXT, and DO LOOP structures.

Remedy:

Reduce the total number of nested IF, FOR / NEXT, and DO / LOOP structures to 80 or less.