1124: Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
(No difference)
|
Latest revision as of 17:46, 28 June 2013
|
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. |