Quote Originally Posted by HenrikOlsson View Post
Norm,
In your screenshot the ENDIF is missing but in the code snippet Jellis posted it's not missing since the IF statement is a "one-liner"
Code:
IF !ADR[1] AND !ADR[1] AND !ADR[2] AND !ADR[3]THEN SEROUT2 PORTC.3,16780,[" NOT "]
/Henrik.
PBP V2.50C gives the following error:
Compiler: Error[Line XXX]: If without a matching ENDIF.

Norm