Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
You attempted to create a variable to be used with conditional compilation statements using the @set
statement, but did not place an at sign "@" before the variable name.
To correct this error
Add an at sign "@" immediately before the variable name. For example:
@set @myvar = 1
See also
@set Statement
Conditional Compilation
Conditional Compilation Variables