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:
9.3
9.4
9.5
10.0
10.1
10.2
10.3
10.4
10.5
10.6
Statistic
FMM
Blog
SystemInfo.isARM
Whether CPU is ARM based.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| SystemInfo | 10.3 | Yes | Yes | Yes | Yes | Yes |
MBS( "SystemInfo.isARM" ) More
Parameters
none
Result
Returns 1, 0 or error.
Description
Whether CPU is ARM based.Returns 1 on Apple Silicon or iOS devices.
Returns 0 otherwise like an iOS simulator.
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
Blog Entries
- What is new in the MBS FileMaker Plugin Version 10.3
- 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
Release notes
- Version 10.3
- Added SystemInfo.isARM function.
Created 16th July 2020, last changed 18th December 2020
SystemInfo.WindowsAero - SystemInfo.isBigSur
Feedback: Report problem or ask question.
Links
MBS Xojo blog