[<<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 "

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson