[<<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 which are capital. Respects
blankspaces on the left and on the right.
Return:
The capitalized a 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