Index
Main Menu
Tutorial Videos
Tutorial videos are available here.
Knowledge Base
Visit our User Forum for discussions & solutions
Commands
InsertUnformattedLongText - XpressDox
Print a multi-line value in one line in your XpressDox template «InsertUnformattedLongText()» will cause a value which was captured in a multi-line control to be inserted in a single line. Example: «InsertUnformattedLongText(Address,’, ‘)» The carriage return which was captured in the Address field on the interview has...
TrimEnd - XpressDox
Trim characters from the end of a string in your XpressDox template Command structure: «TrimEnd(Address,’,;’)» The above example will remove a comma or a semi-colon from the end of the value of Address. Using the Trim function inside another function: Say you also wanted to convert the trimmed...
TrimStart - XpressDox
Trim characters from the start of a string in your XpressDox template Command structure: «TrimStart(Address,’,;’)» The above example will remove a comma or a semi-colon from the start of the value of Address. Using the Trim function inside another function: Say you also wanted to convert the trimmed...
Loading...