Revision history for KeyPgDdFBVerMinor
Additions:
- ##[[KeyPgDdFBVerMajor|__FB_VER_MAJOR__]]##
- ##[[KeyPgDdFBVerPatch|__FB_VER_PATCH__]]##
- ##[[KeyPgDdFBVerPatch|__FB_VER_PATCH__]]##
Deletions:
- ##[[KeyPgDdFBVerPatch __FB_VER_PATCH__]]##
Revision [16924]
Edited on 2013-08-30 11:16:45 by CountingPine [Formatting, add __FB_VER_PATCH__ to example]Additions:
##""__FB_VER_MINOR__""## will return the minor version of ""FreeBASIC"" currently being used. For ""FreeBASIC"" version 0.90.1, for example, the minor version number is 90.
Dim fbPatchVersion As Integer
fbPatchVersion = __FB_VER_PATCH__
Print "Welcome to FreeBASIC " & fbMajorVersion & "." & fbMinorVersion & "." & fbPatchVersion
Dim fbPatchVersion As Integer
fbPatchVersion = __FB_VER_PATCH__
Print "Welcome to FreeBASIC " & fbMajorVersion & "." & fbMinorVersion & "." & fbPatchVersion
Deletions:
Print "Welcome to freebasic ";fbMajorVersion;".";fbMinorVersion
Revision [14298]
Edited on 2009-08-29 21:52:26 by CountingPine [Remove CamelCase links in "New to FreeBASIC"]Additions:
- New to ""FreeBASIC""
Deletions:
Additions:
""__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.