FBWiki : KeyPgDdFBVerMinor

FBWiki :: Categories :: PageIndex :: RecentChanges :: RecentlyCommented :: Login/Register

__FB_VER_MINOR__


Intrinsic define (macro value) set by the compiler

Syntax:
__FB_VER_MINOR__

Description:
__FB_VER_MINOR__ will return the minor version of FreeBASIC currently being used. For Freebasic 0.21, for example, the minor version number is 21.

Examples:
Dim fbMajorVersion As Integer
Dim fbMinorVersion As Integer

fbMajorVersion = __FB_VER_MAJOR__
fbMinorVersion = __FB_VER_MINOR__

Print "Welcome to freebasic ";fbMajorVersion;".";fbMinorVersion


Differences from QB:

See also:

Back to Intrinsic Defines

There are no comments on this page. [Add comment]

Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by Wikka Wakka Wiki 1.1.6.0



sf.net phatcode