Returns a number representing the current platform.
Get(SystemPlatform)
None
number
FileMaker Pro 6.0 or earlier
Returns:
•1 if the current platform is Intel-based Macs
•-2 if the platform is Windows
•3 if the platform is iOS
•4 if the platform is FileMaker WebDirect
Get(SystemPlatform)
returns -2 when the current platform is a Windows platform.
Abs(Get(SystemPlatform))
returns 1 when the current platform is macOS.