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

         Converts the first letters to capitals

    Syntax:

         Capital( cString ) -> cNewString

         cString : The string to convert

    Description:

         Converts the whole letter string to lower-case letters except
         for the first letter of each word that capitalices. Respects
         blankspaces by on the left an on the right.

    Return:

         The capitaliced string.

    Example:

         ? Capital ( " manu ROIBAL " )   // " Manu Roibal "

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