version 6.5
IT_Platform Integer
| Parameter | Type | Description | ||||
| This command does not require any parameters | ||||||
| Function result | Integer | Platform Type (0 = 68K Code, 1 = PPC Code, | ||||
| 2 = Windows) | ||||||
Description
The function IT_Platform 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)