Function: Proper
Description
Converts to uppercase the first letter of each word in a string.
Syntax
Proper(string)
Arguments
string can be a constant, a character field, an expression that results in a string or a function that returns a string.
Return value
This function returns a character string.
Calculated field example
If the BookTitle field contained the value the great gatsby, the following calculated field expression would return The Great Gatsby: Proper(BookTitle)