Difference between revisions of "OSVersion function"
(Created page with 'The OSVersion function allows you to retrieve the OSVersion object in order to get information about your current operating system. ==Development== This function was add…') |
m (1 revision imported) |
(No difference)
|
Latest revision as of 08:20, 1 December 2017
The OSVersion function allows you to retrieve the OSVersion object in order to get information about your current operating system.
Contents
Development
This function was added by Eric in version 2.7.
Documentation
'// OSVERSION '// Returns an object with properties returning operating system information Public Function OSVersion() As Object Set OSVersion = New clsOSVersion End Function
Syntax
To store a value that the OSVersion object can retrieve:
Variable = OSVersion().GetSomething
See the OSVersion object article for examples and usage of the OSVersion object.