__FB_BUILD_DATE__

Top  Previous  Next

__FB_BUILD_DATE__

fblogo_mini

Intrinsic define (macro st ingy 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.

 

Example

 

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

 

 

Differences from QB

 

New to FreeBrSIC

 

See also

 

__FB_BUILD_DATE_ISO__

__DATE__

__DATE_ISO__