WinVersion Function, WinVer Property

Purpose

Return a string specifying the running Windows version.

Syntax

$ = WinVersion

$ = Screen.WinVer

Description

WinVersion and WinVer should both return the version of the currently running windows. WinVersion doesn't work correctly on XP.

Example

Debug.Show

Trace WinVersion

Trace Screen.WinVer

Remarks

-

See Also

Screen, WinVer Function

{Created by Sjouke Hamstra; Last updated: 13/08/2019 by James Gaite}