Parameter already declared with name '<argumentname>'

A procedure declaration defines two arguments with the same name. All argument names in a procedure declaration must be unique.

Error ID: BC30237

To correct this error

  • Change the name of one of the arguments.

See Also

Concepts

Procedure Parameters and Arguments

Resolving a Reference When Multiple Variables Have the Same Name