Compiler Error C0098

Message: The keyword "FUNCTIONBLOCK" is no longer supported. Use "FUNCTION_BLOCK" instead.

Possible error cause: Syntax error

Error correction: Use the keyword "FUNCTION_BLOCK".

Example of the error:

PROGRAM MAIN
VAR
    inst : FB;
END_VAR

FUNCTIONBLOCK FB
VAR
END_VAR

Message:

C0098: The keyword "FUNCTIONBLOCK" is no longer supported. Use "FUNCTION_BLOCK" instead.