-

Semantic Error (SEM1267): The function '...' expects the parameter '...' instead of '...'.

This error has been reported for an invalid call of a SPLIT_* function (where * is a TIME, LTIME, LDATE, LDT or LTOD data type). These functions are special cases with several outputs.
In ST, formal parameters have been specified in the function call which are not provided by the prototype.

Double-clicking the error message opens the code and marks the incorrect code position.