Function name is missing ) (Error 1300)
A function name is missing a right parenthesis.
- The current line contains a left parenthesis which has not been matched.
- The function contains too many arguments and thus the right parenthesis is undetected.
A function name is missing a right parenthesis.