0223: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
m (1 revision)
 
No edit summary
 
Line 1: Line 1:
{{Error
{{Error
|0223
|0223
|FOR NEXT Variable mismatch
|[[FOR NEXT]] Variable mismatch
|Previous FOR statement with same variable still active.
|Previous FOR statement with same variable still active.
|Use a different variable with this FOR statement.
|Use a different variable with this FOR statement.
}}
}}
[[Category:Error Codes]]
[[Category:Error Codes]]

Latest revision as of 14:04, 16 October 2014

Summary:

FOR NEXT Variable mismatch

Cause:

Previous FOR statement with same variable still active.

Remedy:

Use a different variable with this FOR statement.