Difference between revisions of "Error Messages/40231"

(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,…')
 
(Blanked the page)
Line 1: Line 1:
= 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 [[User-Defined_Functions|UDF]] contained an unexpected colon. You have probably made a typo.
 
 
Please click on the following link to learn more about [[Function_Parameter_Qualifiers|function parameter qualifiers.]]
 
 
= Remedies =
 
 
Remove the unexpected colon from the function parameter declaration.
 
 
<br><comments />
 

Revision as of 01:51, 30 January 2010

Comments


You are not allowed to post comments.