Skip to content

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

start GeSHi

vb
#if __FB_OPTION_DYNAMIC__ <> 0
#error This module must Not use Option Dynamic
#endif

end GeSHi

Differences from QB

  • New to FreeBASIC

See also

  • Option Dynamic
  • Option Static

Back to DocToc

Translated from FreeBASIC official docs. Contact us for removal if infringed.
FreeBASIC is an open-source project, not affiliated with Microsoft