ArrayClear – XpressDox
XpressDox Arrays are similar to variables, and for more information on ArrayClear please refer to the post describing Arrays.
Tutorial videos are available here.
Visit our User Forum for discussions and solutions
XpressDox Arrays are similar to variables, and for more information on ArrayClear please refer to the post describing Arrays.
XpressDox Arrays ArrayCount returns the number of elements in an Array. For more information on XpressDox Arrays please refer to this post describing Arrays.
XpressDox Arrays are similar to variables, and for more information on ArrayGetV please refer to the post describing Arrays.
XpressDox Arrays are similar to variables, and for more information on ArrayKeys please refer to the post describing Arrays.
XpressDox Arrays ArraySetFromString sets a new Array from a delimited string. For more information on XpressDox Arrays please refer to this post describing Arrays.
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,”)»)
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,”)»)
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,”)»)
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,’, ‘)»
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.
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.