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 328. Example of the error:
METHOD 123 VAR_INPUT END_VAR
Message:
C0243: The name used in the signature is not identical to the object name
C0026: Identifier expected instead of '123'
Error correction:
METHOD METH123