|
Properize() |
|
|
Purpose To change the first character of each word in a string to upper case Syntax Properize( <cString> ) cProperString Arguments <cString> is the string to modify Returns Properize() returns <cString> with the first character of each word in uppercase.
|