Syntax: @PROPER(S)
S = a string value
@PROPER returns the string S with the first letter of each word capitalized.
Examples:
@PROPER(``president'') = ``President''
@PROPER(P9) = ``Chicago'', where P9 = ``CHICAGO''
@PROPER(E18) = ``Chapel Hill'', where E18 = ``chapel hill''