Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- OSLIB v1.05 - <b>ol_osvermin()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 OL_OsVerMin()
 Get the minor version of the OS.
------------------------------------------------------------------------------

 Syntax

       OL_OsVerMin() --> nVer

 Arguments

      None.

 Returns

      The minor version of the operating system.

 Description

      OL_OsVerMin() will return the minor version number of the OS.

 Examples

      // Print the current Dos version.

      ? alltrim( str( OL_OsVerMaj() ) ) + "." + ;
        alltrim( str( OL_OsVerMin() ) )

 Source: DOSVER.C

 Author: Dave Pearson

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson