Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper Tools . Books 1-3 - <b>osver()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 OSVER()
 Returns the DOS version number
------------------------------------------------------------------------------
 Syntax

     OSVER() --> cDosVersion

 Returns

     OSVER() returns a character string that contains the version number of
     the operating system in use.

 Description

     OSVER() returns the version number of the operating system in use.  The
     format picture clause is always "'9.99".  Use OSVER() to determine the
     DOS version your application uses.

 Example

     Certain operations require particular DOS versions:

     IF OSVER() < "3.30"
        ? "COMMIT can not be used!"
     ENDIF


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