1125

From BR Wiki
Revision as of 18:32, 17 July 2013 by Laura (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.