Operator error is encountered when an operator's name is the special character(s) and has no spaces between the name and an operand starting with parenthesis:
abc ;(X,Y)
Workaround: adding space between the name and the operand will remedy the error.
Operator error is encountered when an operator's name is the special character(s) and has no spaces between the name and an operand starting with parenthesis:
abc ;(X,Y)Workaround: adding space between the name and the operand will remedy the error.