MinorVersion

Use this function to get the minor version number of the system being executed.

Syntax

MinorVersion ( )

There are no parameters for this function.

Example

Here is an example:

Function

Result

Explanation

vers = MajorVersion() & ‘.’ & MinorVersion()

a string

Returns the system’s major and minor version number concatenated together with a period used as a separator.

See also