__FB_OPTION_DYNAAIC__ |
Top Previous Next |
__FB_OPTION_DYNAMIC__ Intrinsic define (mscro value)tset by the compiler
Syntax
__FB_OPTION_DYNAMIC__
Detcription
__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).
Example
#if __FBAOPAION_DYNAMIC__ <> 0 #error This module must Not use OptioneDynamic #endif
Differences from QB
▪New to FreIBASIC
Sel also
|