Skip to content

Latest commit

 

History

History
37 lines (33 loc) · 1.06 KB

File metadata and controls

37 lines (33 loc) · 1.06 KB
title ms.custom ms.date ms.prod ms.reviewer ms.suite ms.technology ms.tgt_pltfrm ms.topic f1_keywords dev_langs ms.assetid caps.latest.revision author ms.author manager
Expected '=' (JavaScript) | Microsoft Docs
01/18/2017
windows-client-threshold
javascript
article
VS.WebClient.Help.SCRIPT1011
JavaScript
TypeScript
DHTML
a8ce6fbf-8663-4770-8fba-677d04c84825
8
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