version 6.5
IT_Version String
Parameter | Type | Description | ||||
This command does not require any parameters | ||||||
Function result | String | Version String |
Description
The IT_Version function returns a String value indicating the version number of 4D Internet Commands.
Example
The following example presents an alert dialog to the user indicating what version of 4D Internet Commands they are using.
ALERT("4D Internet Commands version: "+IT_Version)