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


Syntax:        L_PROPER(<expC>)


Purpose:       To convert the first character of a string to upper
               case.


Arguments:     <expC> is the string for which the first character is
               to be converted to upper case.


Returns:       The input string with the first letter in upper case.


Examples:      str1 = "hello world"
               ? L_PROPER(str1)                 && Result: Hello world

               str1 = "hello World"
               ? L_PROPER(str1)                 && Result: Hello World


Language:      C

See Also: L_LEADCH() L_CAP1ST()

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