ToUpper

Change the Case of a Value

Regardless of the case of the value entered into the interview or imported from a database, that value can be converted using the following commands into a different case on the assembled document:   ToUpper This will place the UPPER CASE value of the data into the document: «ToUpper(FullName)» “Fred...

ToLower - XpressDox

Convert text into lower case   Regardless of the case of the value entered into the interview or imported from a database, that value can be converted into lower case.   Command structure: «ToLower(Type)» “Plaintiff” becomes “plaintiff”     Additional parameters on the ToLower function: Double clicking on the “ToLower”...

ToSentence - XpressDox

Convert text into Sentence case   Regardless of the case of the value entered the interview or imported from a database, that value can be converted into sentence case.     Command structure: «ToSentence(Description)» If a sentence entered starts without a capital “i am on vacation.” The result will be...

ToTitle - XpressDox

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...

ToUpper - XpressDox

Regardless of the case of the value entered into the interview or imported from a database, that value can be converted into UPPER CASE.   Command structure: «ToUpper(FullName)» “Fred Basset” becomes “FRED BASSET”   Additional parameters on the ToUpper command: Double clicking on the “ToUpper” command from the Command Assistant...
Loading...