FBWiki : KeyPgPpifdef

FBWiki :: Categories :: PageIndex :: RecentChanges :: RecentlyCommented :: Login/Register

#IFDEF


Preprocessor conditional directive

Syntax:
#ifdef symbol
' Conditionally included statements
#endif

Description:
Conditionally includes statements at compile time.

Statements within the #ifdef...#endif block are included if symbol is defined and excluded (ignored) if symbol is not defined.

#ifdef symbol is equivalent to #if defined (symbol)

Examples:
#DEFINE _DEBUG
#IFDEF _DEBUG
    ' Special statements for debugging
#ENDIF


Differences from QB:

See also:

Back to Preprocessor

There are no comments on this page. [Add comment]

Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by Wikka Wakka Wiki 1.1.6.0



sf.net phatcode