Get(SystemVersion)
Category: Get
Syntax: Get ( SystemVersion ) |
Parameters: None
Data type returned: Text
Description:
Returns the current operating system version level.
The values returned by Get (SystemVersion) will change as new versions of operating systems become available. As with checks against Get (SystemPlatform), you should try to perform tests of the system version in a single, central location within your files so that it will be easy to update in the future. We recommend using a custom function for this purpose.
Examples:
Function |
Results |
---|---|
Get (SystemVersion) |
Returns 10.3.3 for Mac OS X version 10.3.3. |
Returns 5.0 for Windows 2000. |
|
Returns 5.1 for Windows XP. |