Search

July 12, 2023

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,”)»)

Read More »

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,”)»)

Read More »

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,”)»)

Read More »

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,’, ‘)»  

Read More »

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.  

Read More »

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.  

Read More »