Convert text to Title Case
Regardless of the case of the value entered the interview or imported from a database, that value can be converted into title case.
Command structure:
«ToTitle(Title)»
“application for employment” becomes “Application For Employment”
Additional parameters on the ToTitle command:
Usually a phrase such as “conditions of sale agreement” would be converted to “Conditions of Sale Agreement”. However, selecting the option to include short words would cause that same phrase to be converted to “Conditions Of Sale Agreement”.
An example of this command is:
«ToTitle(Description,’short’)»