IT_Version

4D - Documentation   Français   English   German   Japanese   4D Internet Commands, Theme List   4D Internet Commands, Alphabetical List   Back   Previous   Next

version 6.5


IT_Version String

ParameterTypeDescription
This command does not require any parameters
Function resultStringVersion 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)

4D - Documentation   Français   English   German   Japanese   4D Internet Commands, Theme List   4D Internet Commands, Alphabetical List   Back   Previous   Next