Constant
RBVersionString
Warning
This item was deprecated in version 2013r1. Please use XojoVersionString as a replacement.
Description
Returns the version of Xojo as a string.
Usage
result = RBVersionString
Part |
Type |
Description |
---|---|---|
result |
Version of Xojo that is being used. |
Sample code
The following line displays the version of Xojo that is being used:
MsgBox("You're using version " + RBVersionString)
Compatibility
All project types on all supported operating systems.
See also
DebugBuild, XojoVersion, XojoVersionString, TargetBigEndian, TargetDesktop, TargetLinux, TargetLittleEndian, TargetMachO, TargetMacOS, TargetWeb, TargetWindows, TargetX86 constants; #If...#Endif statement.