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:
10.5
11.0
11.1
11.2
11.3
11.4
11.5
12.0
12.1
12.2
Statistic
FMM
Blog
SystemInfo.isARM
Whether CPU is ARM based.
Component | Version | macOS | Windows | Linux | Server | iOS SDK | License |
SystemInfo | 10.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | Free |
MBS( "SystemInfo.isARM" )
Parameters
none
Result
Returns 1, 0 or error.
Description
Whether CPU is ARM based.Returns 1 for an FileMaker Pro version running natively in Apple Silicon or iOS devices.
Returns 0 otherwise like an iOS simulator or FileMaker Pro in Rosetta 2.
Examples
Check for ARM CPU:
Set Variable [ $r ; Value: MBS( "SystemInfo.isARM" ) ]
If [ $r = 1 ]
Show Custom Dialog [ "ARM CPU found!" ]
End If
See also
Release notes
- Version 10.3
- Added SystemInfo.isARM function.
Blog Entries
- Neues MBS FileMaker Plugin 10.3 - Über 6200 Funktionen in einem Plugin
- MBS FileMaker Plugin 10.3 - More than 6200 Functions In One Plugin
- MBS FileMaker Plugin, version 10.3pr10
Created 16th July 2020, last changed 21st March 2021
SystemInfo.WindowsSystemInfo - SystemInfo.isBigSur
Feedback: Report problem or ask question.
