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
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:
В | ![]() |
---|---|
@set @myvar1 = 1 |