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.


Loading comments...
Comments
<comments />