FBWiki : KeyPgPpifndef

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

#IFNDEF


Preprocessor conditional directive

Syntax:
#ifndef symbol
' Conditionally included statements
endif

Description:
Conditionally includes statements at compile time.

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

#ifndef symbol is equivalent to #if Not defined(symbol)

Examples:
#IFNDEF __MYFILE_BI__
#DEFINE __MYFILE_BI__
    ' Declarations
#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