Skip to content

FB_BUILD_DATE


Intrinsic define (macro string) set by the compiler

Syntax

` FB_BUILD_DATE

`

Description

Substituted with the quoted string containing the date (MM-DD-YYYY) the compiler was built on.

Examples

start GeSHi

vb
    Print "This program compiled with a compiler built on this date:" & __FB_BUILD_DATE__

end GeSHi

Differences from QB

  • New to FreeBASIC

See also

  • __FB_BUILD_DATE_ISO__
  • __DATE__
  • __DATE_ISO__

Back to DocToc

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