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

Syntax:     POSUPPER(<expC>[,<expL>])

Arguments:  <expC> is the string to search.
            <expL> denotes how the function should search.

Returns:    A numeric value.
            The value corresponds to the position of the character found.

Usage:      POSLOWER() will search for the first upper case character in
            the <expC> string.  If <expL> is (.T.) then the function will
            search for the first non-upper case character.

Notes:      A 0 (zero) is returned if no character is found.

Library:    CT1.LIB


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

Examples:   * Two examples.
            string = "123abcABC"

            ? POSUPPER(string)                          && Result: 7
            ? POSUPPER(string,.T.)                      && Result: 1



See Also: POSALPHA() POSLOWER() POSRANGE()

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