You attempted to use a conditional compilation variable without first turning conditional compilation 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:

 CopyCode imageCopy Code
/*@cc_on @*/

To correct this error

  • Add the following statement to the beginning of your conditional code:

     CopyCode imageCopy Code
    /*@cc_on @*/

See Also

In Vbsedit, you only need to press F1 to get Help for the keyword under the cursor!


Download Now!



Download   Home  

Copyright © 2001-2024 adersοft