0117: Invalid function name
Compiler found a function declaration with the name that is not a valid identifier. A function name must be alphanumeric starting with a letter or an underscore (_
).
Examples:
Possible solutions:
Rename the function so that its name is a valid identifier:
Last updated