Network, Computer and Programming Resources
Visual basic - Compiler directive
A special logical directive to the compiler that the VB programmer can embed in source code. The compiler directive typically uses the value of a compiler constant to instruct the compiler about whether to compile a particular section of code. Compiler directives are syntactically similar to the If..Then..Else..End If structure of the VB language,