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

Read More »

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”

Read More »

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

Read More »

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

Read More »

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

Read More »