Commands

ArrayClear - XpressDox

XpressDox Arrays are similar to variables, and for more information on ArrayClear please refer to the post describing Arrays.

ArrayCount - XpressDox

XpressDox Arrays ArrayCount returns the number of elements in an Array. For more information on XpressDox Arrays please refer to this post describing Arrays.

ArrayGetV - XpressDox

XpressDox Arrays are similar to variables, and for more information on ArrayGetV please refer to the post describing Arrays.

ArrayKeys - XpressDox

XpressDox Arrays are similar to variables, and for more information on ArrayKeys please refer to the post describing Arrays.

ArraySetFromString - XpressDox

XpressDox Arrays ArraySetFromString sets a new Array from a delimited string. For more information on XpressDox Arrays please refer to this post describing Arrays.

EuroDeutsch - XpressDox

Convert numbers into words (Euros) in your XpressDox Document Automation template. The Euros function will translate a numeric value into a currency in words, specifically Euros in French.   Example: «FormatNumber(Share_price)» («EuroDeutsch(Share_price,'')»)

EurosEspanol - XpressDox

Convert numbers into words (Euros) in your XpressDox Document Automation template. The Euros function will translate a numeric value into a currency in words, specifically Euros in Spanish.   Example: «FormatNumber(Share_price)» («EurosEspanol(Share_price,'')»)

EurosFrancaise - XpressDox

Convert numbers into words (Euros) in your XpressDox Document Automation template. The Euros function will translate a numeric value into a currency in words, specifically Euros in French.   Example: «FormatNumber(Share_price)» («EurosFrancaise(Share_price,'')»)

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