Basic.OperatingSystem$ (property)
Syntax |
Basic.OperatingSystem$
|
Description | Returns a String containing the name of the operating system. |
Comments | The value returned by this function for the Win32 operating systems is Win32s. |
The version of the operating system is determined by calling Basic.OperatingSystemVersion$. | |
Example |
|
See Also | Basic.OperatingSystemVendor$ (property), Basic.OperatingSystemVersion$ (property), Basic.OS (property) |