Previous Topic: CALC285ENext Topic: CALC287E


CALC286E

Expect ENDIF here

Reason:

Each IF statement must be paired with an ENDIF statement, and one ENDIF is missing.

Action:

Add the missing ENDIF or remove the extra IF.