FORMULA LANGUAGE
Converts the words in a string to propername capitalization: the first letter of each word becomes uppercase, all others become lowercase.
Syntax
@ProperCase( string )
Parameters
string
properString
A "word" is a consecutive set of characters with no spaces. Hyphenated words are considered two words, as are words separated by any other punctuation except an apostrophe.
Language cross-reference
StrConv function of LotusScript language
Example See Also