9004: Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
No edit summary |
||
Line 1: | Line 1: | ||
{{Error | {{Error | ||
|9004 | |9004 | ||
|FOR/NEXT stack full | |[[FOR/NEXT]] [[stack]] full | ||
|The FOR/NEXT stack is full. | |The FOR/NEXT stack is full. | ||
|Reduce the number of FOR/NEXT variables used in the program or increase the size of the FORSTACK setting in the BRCONFIG.SYS file (keep in mind that FOR/NEXT stack space comes from user memory). | |Reduce the number of FOR/NEXT variables used in the program or increase the size of the [[FORSTACK]] setting in the [[BRCONFIG.SYS]] file (keep in mind that FOR/NEXT stack space comes from user memory). | ||
}} | }} | ||
[[Category:Error Codes]] | [[Category:Error Codes]] |
Latest revision as of 13:40, 21 April 2014
Summary: |
|
---|---|
Cause: |
The FOR/NEXT stack is full. |
Remedy: |
Reduce the number of FOR/NEXT variables used in the program or increase the size of the FORSTACK setting in the BRCONFIG.SYS file (keep in mind that FOR/NEXT stack space comes from user memory). |