1125

From BR Wiki
Revision as of 17:46, 28 June 2013 by Laura (talk | contribs) (1 revision)
(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.