4D v19Is macOS |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v19
Is macOS
|
Is macOS -> Function result | ||||||||
Parameter | Type | Description | ||||||
Function result | Boolean |
![]() |
True if operating system = macOS, else False | |||||
The Is macOS command returns True if the current operating system is macOS.
You want to determine if the current operating system is macOS:
If(Is macOS)
ALERT("It's macOS")
Else
ALERT("It's not macOS")
End if
Product: 4D
Theme: System Environment
Number:
1572
Created: 4D v17
4D Language Reference ( 4D v19)
4D Language Reference ( 4D v19.1)