Error Messages/40231

Revision as of 01:49, 30 January 2010 by AManandhar (talk | contribs) (Created page with '= Error Message Examples = Error encountered in the parameter declaration for Function Square while checking: (X:: number) ^ Parameter list contains an unexpected colon,…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.


Loading comments...
Comments
<comments />