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

    There are nine foreign characters that have both upper and lower
    case equivalents in the extended character set: ., ., ., ., ., ., .,
    ., and .. . However, Clipper's UPPER() function will not convert
    these characters. Therefore, I have written WORLDUPPER(), which
    enhances the UPPER() functionality by accommodating these seven
    foreign characters as well.

    Syntax

    WORLDUPPER(<string>)

    Required Parameter

    <string> is the character string to be converted to upper-case.

    Return Value

    The original character string converted to upper-case.  My only
    regret is that there are not more foreign characters with upper
    and lower equivalents in the ASCII character set, because then
    the function could have been more complete.

    Sample Usage

    worldupper("j'.spere que .a marchera bient.t")
    * displays "J'.SPERE QUE .A MARCHERA BIENT.T" 

See Also: UP_N_DOWN() FIRSTCAP()

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