Index
Main Menu
Tutorial Videos
Tutorial videos are available here.
Knowledge Base
Visit our User Forum for discussions & solutions
ToSentence
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...
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...
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...