Error Messages/40285
< Error Messages
Revision as of 23:59, 27 January 2010 by AManandhar (talk | contribs) (Created page with '= Error Message Examples = Error encountered in the parameter declaration for Function Power while checking: (X number; Y: number) ^ Colon (:) expected. = Cause = You h…')
Error Message Examples
Error encountered in the parameter declaration for Function Power while checking: (X number; Y: number) ^ Colon (:) expected.
Cause
You have missed a colon between the parameter name and parameter qualifiers in a UDF parameter definition.
Remedies
Add the missing colon.
Comments
<comments />
Enable comment auto-refresher