Skip to content

Latest commit

 

History

History
31 lines (27 loc) · 1.08 KB

File metadata and controls

31 lines (27 loc) · 1.08 KB
title ms.date ms.prod ms.technology ms.topic f1_keywords dev_langs ms.assetid author ms.author manager
Label not found | Microsoft Docs
01/18/2017
visual-studio-windows
vs-javascript
error-reference
VS.WebClient.Help.SCRIPT1026
JavaScript
TypeScript
DHTML
79e32926-b03f-457b-997c-2bb2ec8a1ec5
mikejo5000
mikejo
ghogen

Label not found

You made a reference to a label that does not exist. Labels can be used to mark blocks of code, but within a specified scope, must be unique.

To correct this error

  • Check to make sure you did not misspell the label name.

  • Ensure all label references are made to labels that have been defined in the current scope (this includes forward definitions).

See also

Labeled Statement
switch Statement
break Statement
continue Statement