General Component

Fnd_Gen_Platform

Fnd_Gen_Platform -> Number

Legacy manual page 118

Parameters

ParameterTypeDescription
Function resultLongintPlatform number

Description

This function returns the platform number from 4D’s PLATFORM PROPERTIES command. This allows you to easily distinguish between Mac OS X and Windows. Case of : (Fnd_Gen_Platform =Windows )

` We are using Windows

: (Fnd_Gen_Platform =Mac OS)

` We are using Mac OS X

End case

Extracted source text
            Fnd_Gen_Platform ➔ Number

              Parameter               Type            Description
              Function result         Longint         Platform number

            This function returns the platform number from 4D’s PLATFORM PROPERTIES command. This
            allows you to easily distinguish between Mac OS X and Windows.
              Case of
               : (Fnd_Gen_Platform =Windows )
              		 ` We are using Windows
               : (Fnd_Gen_Platform =Mac OS)
              		 ` We are using Mac OS X

              End case