Skip to main content

Compiler Error C0002

Message: '<operator 1>' or '<operator 2>' expected instead of '<tag>'

Possible error cause: Syntax error

Error correction: Use the correct syntax.

Example 312. Example of the error:
PROGRAM PLC_PRG
Fun(1;

Message:

C0002: ',' or ')' expected instead of ';'