[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
C2027 ENDIF does not match IF
Explanation: You specified an ENDIF statement without a
corresponding IF statement. ENDIF is part of the IF control structure
syntax and, therefore, cannot occur outside of the structure. This
error may be due to improperly nested IF structures.
Action: Remove the offending ENDIF statement or fix the nesting
error, and recompile.
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson