Is Windows
Is Windows* : Boolean
| Parameter | Type | Description | |
|---|---|---|---|
| Function result | Boolean | ← | True if operating system = Windows, else False | 
Description
he Is Windows command returns True if the current operating system is Windows.
Example
You want to determine if the current operating system is Windows:
 If(Is Windows)
    ALERT("It's Windows")
 Else
    ALERT("It's not Windows")
 End if
See also
Properties
| Command number | 1573 | 
| Thread safe | ✓ |