Difference between revisions of "Error Messages/40329"

Line 11: Line 11:
 
= Remedies =
 
= Remedies =
  
Change the parameter names to be unique.
+
Change the parameter names of the user defined function to be unique.
  
 
<br><comments/>
 
<br><comments/>

Revision as of 18:38, 27 January 2010

Error Message Examples

Error encountered in the parameter declaration for Function Power while checking:
(X: number; X: number)
Duplicate parameter name, X.

Cause

You have defined more than one parameter to a user defined function with the same parameter name, which is not allowed.

Remedies

Change the parameter names of the user defined function to be unique.



You are not allowed to post comments.

Comments
<comments />