| Home | All functions | Categories |
vuIsOS64(), Long
Determines whether the operating system is 64-bit.
| Parameter | Data Type | Description |
|---|---|---|
| None | This function takes no parameters |
1 (True) if the operating system is 64-bit, 0 (False) otherwise.
IF vuISOS64() = 1
MESSAGE('The operating system is 64-bit')
ELSE
MESSAGE('The operating system is 32-bit')
END
| Home | All functions | Categories |