Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
12.1
12.2
12.3
12.4
12.5
13.0
13.1
13.2
13.3
13.4
Statistic
FMM
Blog
Queries system machine information.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
SystemInfo | 11.2 | ❌ No | ✅ Yes | ❌ No | ✅ Yes, on Windows | ❌ No |
none
Returns JSON or error.
Query machine info in FileMaker 64-bit app:
MBS( "SystemInfo.WindowsMachineInfo" )
Example result:
{
"ProcessMachine": "AMD64",
"NativeMachine": "AMD64"
}
Query machine info in FileMaker 18 in 32-bit:
MBS( "SystemInfo.WindowsMachineInfo" )
Example result:
{
"ProcessMachine": "I386",
"NativeMachine": "AMD64"
}
Query machine info in FileMaker 19 running in Windows ARM64:
MBS( "SystemInfo.WindowsMachineInfo" )
Example result:
{
"ProcessMachine": "AMD64",
"NativeMachine": "ARM64"
}
This function is free to use.
Created 30th March 2021, last changed 28th January 2023