Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper 5.3 . Guide To CA-Clipper - <b>os()</b>
[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
OS()
Return the operating system name
------------------------------------------------------------------------------
Syntax
OS() --> cOsName
Returns
OS() returns the operating system name as a character string.
Description
OS() is an environment function that returns the name of the disk
operating system under which the current workstation is operating. The
name is returned in the form of the operating system name followed by
the version number.
Examples
. This example uses OS() to report the operating system under
which the current workstation is running:
? OS() // Result: DOS 6.0
Files Library is CLIPPER.LIB.
See Also: VERSION()
Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson