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


Syntax:     ISUPPER(<expC>)

Purpose:    To determine whether the leftmost character in a character
            string is upper case.

Argument:   <expC> is the character string to examine.

Returns:    A logical value.

            ISUPPER() returns true (.T.) if the first character is upper
            case; otherwise, it returns false (.F.).

Library:    EXTEND.LIB


----------------------------------- Examples -------------------------------

   ? ISUPPER("AbCdE")         && Result: .T.
   ? ISUPPER("aBCdE")         && Result: .F.


See Also: ISALPHA() ISLOWER() LOWER() UPPER()

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