Command IT_Platform

4D Internet Commands

IT_Platform

version 6.5


IT_Platform Integer

ParameterTypeDescription
This command does not require any parameters

Function resultIntegerPlatform Type (0 = 68K Code, 1 = PPC Code,
2 = Windows)

Description

The IT_Platform function returns an integer value indicating which set of 4D Internet Commands code is currently executing. The function will return a zero if running the 68K code, a one if running the PPC native code or a 2 if running on Windows.

Example

   C_BOOLEAN (<>ITnative)
   <>ITnative:=(IT_Platform=1)