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 to be unique.
Loading comments...
Comments
Loading comments...