getVersion()

Parent Previous Next

TW.app.getVersion()


Returns the application sub version number e.g. 768


The return

> value is in the form of 0xMMNNPP, with MM=major version, NN=minor

> version, PP=bugfix, so at the moment this would return . This is

> not human-readable (as applicationVersion should be), but much more

> useful in scripts for testing the current version.




Example:

TW.information(null, "Version of Application",TW.app.getVersion());

Created with the Personal Edition of HelpNDoc: Easy to use tool to create HTML Help files and Help web sites