Error Messages/40234


Error message examples

 Error encountered in the parameter declaration for Function Square while checking:
 (X:: number)
     ^
 Parameter list contains an unexpected colon, ":"
 Do you want to edit the Parameters for Square?

Cause

The parameter declaration for a UDF contained an unexpected colon. You have probably made a typo.

Please click on the following link to learn more about function parameter qualifiers.

Remedies

Remove the unexpected colon from the function parameter declaration.

See Also

Comments
Loading comments...