Formula Engine Reference Guide
 

 

Back to Class Index

 

PROPER(S)

Description
Returns the string S with the first letter of each word capitalized.
 
Parameters
S

A string value
 
Examples
PROPER("president") = "President"
 
PROPER(P9) = "Chicago"
where P9 = "CHICAGO"
 
PROPER(E18) = "Chapel Hill"
where E18 = "chapel hill"