1125: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
m (1 revision)
 
No edit summary
 
Line 2: Line 2:
|1125
|1125
|Invalid [[multi-lined If]] operator
|Invalid [[multi-lined If]] operator
|Multi-lined IF operator not preceded by a multi-lined If.  Or [[For/Next]] loop conflict with multi-lined if.
|Multi-lined IF operator not preceded by a multi-lined If.  Or [[For]]/[[Next]] loop conflict with multi-lined if.
|Make sure that the unmatched [[End If]] or [[Else]] statement is preceded by a multi-lined If [[statement]].
|Make sure that the unmatched [[End If]] or [[Else]] statement is preceded by a multi-lined If [[statement]].
}}
}}
[[Category:Error Codes]]
[[Category:Error Codes]]

Latest revision as of 18:32, 17 July 2013

Summary:

Invalid multi-lined If operator

Cause:

Multi-lined IF operator not preceded by a multi-lined If. Or For/Next loop conflict with multi-lined if.

Remedy:

Make sure that the unmatched End If or Else statement is preceded by a multi-lined If statement.