Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Ensure that all labels you use in your programs are unique within their respective scopes.
See also
Labeled Statement
switch Statement
break Statement
continue Statement