Difference between revisions of "Error Messages/40329"
AManandhar (talk | contribs) |
AManandhar (talk | contribs) m (→Remedies) |
||
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.
Comments
<comments />
Enable comment auto-refresher