Errore compilatore C0010

Messaggio

Unexpected end-of-file found: ‘<token>’ expected

Causa messaggio

Errore di sintassi

Soluzione

Accertarsi che la sintassi sia corretta.

Esempio di errore

PROGRAM PLC_PRG
VAR
  i: INT;
END_VAR
FOR i := 0 TO 2 DO
;

--> C0010: Unexpected end-of-file 'END_FOR' found