Compiler Error C0026

Message: Identifier expected instead of '<invalid identifier>'.

Possible error cause: An invalid identifier is passed to a method.

Error correction: Use valid identifiers.

Example of the error:

METHOD 123
VAR_INPUT
END_VAR

Message:

Error correction:

METHOD METH123