Error Messages/40329
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.
See Also
Comments
Enable comment auto-refresher