Help Center›FreeBASIC
__FB_OPTION_DYNAMIC__keyword
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).Remarks
Differences from QB
- New to FreeBASIC
See also
Example
#if __FB_OPTION_DYNAMIC__ <> 0
#error This module must Not use Option Dynamic
#endif
Reference
- Documented in KeyPgDdfboptiondynamic.html