JScript  

Label redefined

[This is preliminary documentation and subject to change]

You created a new label, but gave it the name of an existing label. Labels can be used to mark blocks of code, but within a specified scope, they must be unique.

To correct this error

See Also

Labeled Statement | switch Statement | break Statement | continue Statement