Skip to content

Latest commit

 

History

History
31 lines (27 loc) · 994 Bytes

File metadata and controls

31 lines (27 loc) · 994 Bytes
title ms.date ms.prod ms.technology ms.topic f1_keywords dev_langs ms.assetid author ms.author manager
Expected '=' (JavaScript) | Microsoft Docs
01/18/2017
visual-studio-windows
vs-javascript
error-reference
VS.WebClient.Help.SCRIPT1011
JavaScript
TypeScript
DHTML
a8ce6fbf-8663-4770-8fba-677d04c84825
mikejo5000
mikejo
ghogen

Expected '=' (JavaScript)

You attempted to create a variable to be used with conditional compilation statements, but did not place an equal sign between the variable and the value you want to assign to it.

To correct this error

  • Add an equal sign. For example:

    @set @myvar1 = 1  

See also

Conditional Compilation
Conditional Compilation Variables