Difference between revisions of "RBVersionString"
From Xojo Documentation
m (Text replacement - "{{Deprecated |" to "{{DeprecatedItem |") |
(→See Also) |
||
Line 35: | Line 35: | ||
==See Also== | ==See Also== | ||
− | [[DebugBuild]], [[XojoVersion]], [[XojoVersionString]], [[TargetBigEndian | + | [[DebugBuild]], [[XojoVersion]], [[XojoVersionString]], [[TargetBigEndian]], [[TargetDesktop]], [[TargetLinux]], [[TargetLittleEndian]], [[TargetMachO]], [[TargetMacOS]], [[TargetWeb]], [[TargetWindows]], [[TargetX86]] constants; [[#If...#Endif]] statement. |
[[Category:Language_Constants]] | [[Category:Language_Constants]] | ||
[[Category:Compiler]] | [[Category:Compiler]] | ||
[[Category:Language_Reference]] | [[Category:Language_Reference]] |
Latest revision as of 19:28, 20 July 2021
![]() |
This item was deprecated in version 2013r1. Please use XojoVersionString as a replacement. |
Constant As String
aString = RBVersionString
Returns the version of Xojo as a string.
Usage
result = RBVersionString
Part | Type | Description |
---|---|---|
result | String | 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)
See Also
DebugBuild, XojoVersion, XojoVersionString, TargetBigEndian, TargetDesktop, TargetLinux, TargetLittleEndian, TargetMachO, TargetMacOS, TargetWeb, TargetWindows, TargetX86 constants; #If...#Endif statement.