FB_BUILD_DATE
- Source: https://www.freebasic.net/wiki/wikka.php?wakka=KeyPgDdFBBuildDate
- Last revised: 2019-09-14
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