Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
SystemInfo.isARM
Whether CPU is ARM based.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
SystemInfo | 10.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
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 Linux ARM, 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
- 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
This function is free to use.
Created 16th July 2020, last changed 25th April 2023