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

Syntax:     OSVER()

Returns:    A character string.
            The string contains the version number of the current
            operating system.

Usage:      OSVER(() will return the version number of the operating
            system.  The format is always "9.99".  OSVER() can be
            used to determine whether the application, or parts of it, will
            operate with the installed DOS version.

Library:    CT1.LIB


--------------------------------- Example ------------------------------

Examples:   IF OSVER() <> "3.30"
               ? "Only 15 files may be opened."
            ENDIF



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