Command IT_Version

4D Internet Commands

IT_Version

version 6.5


IT_Version String

ParameterTypeDescription
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)