Description: This function returns the version number of the copy of VTS currently running.
Returns: Text
Usage: Script or Steady State
Format: Version([MiniDumpHandle, InfoType])
Parameters: MiniDumpHandle { MiniDumpHandle (value type: 42) } { optional } { default: Invalid }
For advanced use only. If provided, will return information about the version number or bit-width of a mini dump file.
It is recommended that you simply use INVALID as a placeholder for this parameter when the second parameter is required.
InfoType { Numeric } { optional } { default: 0 }
If 0 or omitted, Version simply returns the VTS version number.
If 1, will return 32 for 32-bit VTS or 64 for 64-bit VTS, instead of the version number
Comments: This function can be used to perform various tasks based on the version number of VTS.
Example:
ZText(10, 10, Concat("VTS version ", Version()), 15, 0);
This displays the version number of VTS.
See Also: