GetWindowsVersion

Syntax:

GetWindowsVersion()

Description:
Returns a string with the version number of Windows.

Parameter Description

(no parameters)

Example:

Sub Main
MsgBox GetWindowsVersion()
End
Sub