__FB_OPTION_EXPLICIT__
Intrinsic define (macro value) set by the compiler
Syntax:
__FB_OPTION_EXPLICIT__
Description:
__FB_OPTION_EXPLICIT__ indicates if
Option Explicit has been used previously in the source.
Returns zero (0) if the option has not been set. Returns non-zero (-1) if the option has been set.
Examples:
#if( __FB_OPTION_EXPLICIT__ = 0 )
#error Option Explicit must used With This module
#endif
Differences from QB:
See also:
There are no comments on this page. [Add comment]