1124

From BR Wiki
Jump to navigation Jump to search

Summary:

If terminated improperly

Cause:

Improperly terminated If structure. A multi-lined If structure is terminated improperly.

Remedy:

Make sure that the multi-lined If is terminated with either a single lined Else or with an End If statement.