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. |
: FileMaker Specifications
FileMaker 8 Product Line
Specifications and Storage Limits
Field Types and Import/Export Formats
: Calculation Functions
Working with Calculations Primer
Calculation Signatures
Calculation Functions
: Custom Functions
Custom Functions Primer
Useful Custom Functions
: Script Steps
Scripting Primer
Script Step Reference
: Quick Reference
FileMaker Error Codes
FileMaker Keyboard Shortcuts
FileMaker Network Ports
FileMaker Server Command Line Reference
FileMaker XML Reference
: Other Resources
Where to Go for More Information