Code uses a conditional compilation variable, but conditional compilation is not turned on. Turning on conditional compilation tells the JScript compiler to interpret identifiers beginning with @ as conditional compilation variables. You do this by beginning your conditional code with the statement:
В | ![]() |
---|---|
/*@cc_on @*/ |
To correct this error
-
Add the following statement to the beginning of your conditional code:
В Copy Code
/*@cc_on @*/
See Also
Reference
@cc_on Statement@if...@elif...@else...@end Statement
@set Statement