ArrayAppendVr – XpressDox
XpressDox Arrays ArrayAppendVr appends another value to the value of an Array. For more information on XpressDox Arrays please refer to this post describing Arrays.
Tutorial videos are available here.
Visit our User Forum for discussions and solutions
XpressDox Arrays ArrayAppendVr appends another value to the value of an Array. For more information on XpressDox Arrays please refer to this post describing Arrays.
XpressDox Arrays ArrayConcat can be used to join together two Arrays. For more information on XpressDox Arrays please refer to this post describing Arrays.
XpressDox Arrays ArrayDelete is used to delete an element from an Array. For more information on XpressDox Arrays please refer to this post describing Arrays.
XpressDox Arrays ArrayGetVn gets the value of an array element as a numeric value. For more information on XpressDox Arrays please refer to this post describing Arrays.
XpressDox Arrays ArrayRemoveDuplicates removes duplicates and empty values from an Array. For more information on XpressDox Arrays please refer to this post describing Arrays.
XpressDox Arrays ArraySetV sets a new Array, or changes the value of an Array element. For more information on XpressDox Arrays please refer to this post describing Arrays.
XpressDox Arrays ArraySetVr sets a new Array, or changes the value of an Array element, and removes the paragraph on which the command exists. For more information on XpressDox Arrays please refer to this post
XpressDox Arrays ArraySortByIndex sorts the elements of the Array by the index values. For more information on XpressDox Arrays please refer to this post describing Arrays.
XpressDox Arrays ArraySortByValues sorts the elements of an Array by value. For more information on XpressDox Arrays please refer to this post describing Arrays.
Letterheads in XpressDox The DocumentBody command is used in conjunction with a BaseTemplate command and is used to fill the contents of the document after inserting the letterhead. The BaseTemplate / DocumentBody construct is fine
Suffix a value with another value, if the first value is not empty Whereas PrefixWith is useful for structures like addresses where usually at least the first line will have a value, SuffixWith is handy