FP0010
FP0010 - Invalid function call syntax
Section titled “FP0010 - Invalid function call syntax”Category: Parser
Description
Section titled “Description”The syntax for a function call is incorrect or malformed.
Function calls must follow the pattern ‘functionName(arg1, arg2, …)’. Check parentheses and argument separation.