Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- ClipOn 3.0 Reference - c_caps() http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 C_CAPS()

 DESCRIPTION

 C_CAPS() converts the first letter in each word in a character
 string to upper case.

 SYNTAX

 C_CAPS(string)

 PARAMETERS

 string (C) is the character string to convert.

 RETURNS

 C_CAPS() returns the converted character string.

 EXAMPLES

 s1 = "this is the line to convert"

 ? c_caps(s1) --> This Is The Line To Convert


See Also: C_UPLOW()

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