ToLower

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

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