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>getcountry()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
GETCOUNTRY()

Syntax:     GETCOUNTRY()

Returns:    A numeric value.
            The current setting of the country code from DOS.

Usage:      GETCOUNTRY() supplies a number which denotes the
            current setting of the DOS country code.  The number
            returned corresponds to the values that were used in
            CONFIG.SYS.

Notes:      The section of the DOS manual describing the structure of
            CONFIG.SYS contains the various codes.

Library:    CT1.LIB


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

Examples:   countrycode = GETCOUNTRY()

            IF countrycode = 44
               ? "The country code for Britain is set."
            ENDIF



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