systemversion()

Function group Execute on client Platform(s)
General NO All

Syntax

systemversion()

Description

Returns a row of version information about the current operating system, with columns platform, major, minor, build, and server. The platform parameter is the platform code; major, minor, and build identify the system version (not for Linux); server is true for Window server systems.

Note this function replaces all the "is...()" functions (e.g. iswindows10()) for determining the current operating system version.