A variable that is to be used with conditional compilation statements does not include an equal sign between the variable and the assigned value.
To correct this error
-
Add an equal sign. For example:
В
Copy Code@set @myvar1 = 1
Ajax toolkit
Ajax website
A variable that is to be used with conditional compilation statements does not include an equal sign between the variable and the assigned value.
Add an equal sign. For example:
| В | Copy Code |
|---|---|
@set @myvar1 = 1 | |
Ajax toolkit
Ajax website