Any other preprocessor directives in VBScript/Classic ASP?

Posted by Frank on Stack Overflow See other posts from Stack Overflow or by Frank
Published on 2009-07-01T18:43:24Z Indexed on 2010/03/12 12:27 UTC
Read the original article Hit count: 896

The only pre-process directive that I know about in VBScript / Classic ASP is the #include. I don't know if that is the official name but I'm basically looking for code that can execute code or other instructions before the general VBScript.

Are there any other such directives in VBScript? Such as #If or something?

I'd like to be able to conditionally include or exclude a certain include file.

© Stack Overflow or respective owner

Related posts about vbscript

Related posts about preprocessor