[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
OL_OsVerMaj()
Get the major version of the OS.
------------------------------------------------------------------------------
Syntax
OL_OsVerMaj() --> nVer
Arguments
None.
Returns
The major version of the operating system.
Description
OL_OsVerMaj() will return the major version number of the OS.
Examples
// Print the current Dos version.
? alltrim( str( OsVerMaj() ) ) + "." + alltrim( str( OsVerMin() ) )
Source: DOSVER.C
Author: Unknown
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson