Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Whether CPU is ARM based.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
SystemInfo | 10.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
none
Returns 1, 0 or error.
Check for ARM CPU:
Set Variable [ $r ; Value: MBS( "SystemInfo.isARM" ) ]
If [ $r = 1 ]
Show Custom Dialog [ "ARM CPU found!" ]
End If
This function is free to use.
Created 16th July 2020, last changed 25th April 2023