InTouchVersion() function
- Last UpdatedJul 22, 2024
- 1 minute read
Returns the complete InTouch version number or just parts of it.
Syntax
result = InTouchVersion (infotype);
Parameters
infotype
Specifies how the version information is returned. A literal integer value, integer tagname, or integer expression with the following meaning:
0- function returns the whole version number
1- function returns just the major version number
2- function returns just the minor version number
3- function returns just the patch level
4- function returns just the build level
Example(s)
|
Function |
Possible result |
|---|---|
|
InTouchVersion(0) |
10.5.1626.0521.0045.0012 |
|
InTouchVersion(1) |
10 |
|
InTouchVersion(2) |
5 |
|
InTouchVersion(3) |
0 |
|
InTouchVersion(4) |
1626 |