Error Messages/40232
Error message examples
Error encountered in the parameter declaration for Function Square while checking: (X: number ^ Missing closing parenthesis, ")" Do you want to edit the Parameters for Square?
Cause
The parameter declaration for a UDF is missing the closing parenthesis. You probably missed the closing parenthesis.
Please click on the following link to learn more about function parameter qualifiers.
Remedies
Add the missing closing parenthesis.
See Also
Comments
Enable comment auto-refresher