System.WindowsVersion$ (property)
Syntax | System.WindowsVersion$ |
Description | Returns the version of the operating environment, such as "5." |
Comments | |
Example |
This example sets the UseWin31 variable to True if the Windows version is greater than or equal to 3.1; otherwise, it sets the UseWin31 variable to False.
|
See Also | Basic.Version$ (property). |