__FB_OPTION_DYNAMIC__
Intrinsic define (macro value) set by the compiler
Syntax:
__FB_OPTION_DYNAMIC__
Description:
__FB_OPTION_DYNAMIC__ is defined as true (negative one (-1)) if a recent
Option Dynamic statement or
'$Dynamic meta-command was issued. Otherwise, it is defined as zero (0).
Examples:
#if __FB_OPTION_DYNAMIC__ <> 0
#error This module must Not use Option Dynamic
#endif
Differences from QB:
See also:
There are no comments on this page. [Add comment]