XojoVersionString

From Xojo Documentation

Constant As String

anString = XojoVersionString

Returns the version of Xojo as a string.

Usage

result = XojoVersionString

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:

Label1.Text = "You're using Xojo version " + XojoVersionString

See Also

DebugBuild, XojoVersion, TargetBigEndian, TargetCocoa, TargetDesktop, TargetLinux, TargetLittleEndian, TargetMachO, TargetMacOS, TargetWeb, TargetWindows, TargetX86 constants; #If...#Endif statement.