http://developer.xojo.com/compiler-constants
Documentation for XojoVersion constant:
[quote]The major and minor version of Xojo as a Double in the form 20xx.yy, where xx is the 2-digit year and yy is the release number.
For example, Xojo 2014 Release 3.2 would return 2014.32.[/quote]
This is wrong. For Xojo 2016r4.1, the actual value of the constant is:
2016.041
not 2016.41 as the documentation leads one to expect. Has this changed from a previous version? Or is the IDE returning a wrong value?