Parameter cannot have the same name as its defining function

You have used the same name in both a parameter and its defining function.

Error ID: BC30530

To correct this error

  • Check the parameter names within the function and change the conflicting parameter's name.

See Also

Reference

Parameters Collection Editor