Functions

systemVersion

Supported By

Syntax

the systemVersion

systemVersion ()

Example

put the systemVersion

Description

The systemVersion function returns the version of the operating system. You might use this to determine whether a script will run correctly under that version of the operating system.

Notes

In HyperTalk, the resulting value of this function is a number. In XION, the resulting value of this function cannot be guaranteed to be anything other than a string.

OpenXION gets the value of this function from the os.version system property.

Security

To use this function, OpenXION's security settings must allow the SYSTEM_INFO security key. If the required security key is denied, a script error will be triggered.