JS1111: Identifier already in use

The name of an identifier repeats in an expression.

To correct this error

  1. If both instances refer to the same identifier, remove the second definition of the identifier.

  2. If the identifiers should be different, give them unique names.

See Also

Concepts

Troubleshooting Your Scripts

Other Resources

JScript Variables and Constants

JScript Reference