TSLibraryVersion()
Syntax
TSLibraryVersion()
Description
This command is used to find out what version of the ThreadSync library you are using. You can either include it in your program so that you can find the version number while your software is running, or just type it into the editor to get the "quickhelp" string which shows the version number and date of release (and then delete it afterwards).
Paramaters:
This command has no parameters.
Return value:
The return value is the version number of the ThreadSync library. It is a long, with the upper 16 bits used for the major version number and the lower 16 bits used for the minor revision number.
Example:Debug "Using version "+Str(TSLibraryVersion() / 65536)+"."+Str(TSLibraryVersion() & 65535)+" of the ThreadSync library"
Supported OS
Windows