Search

ArrayValues

ArrayClear

The ArrayClear function completely empties an array. This is the “reset button.” Use this if you want to reuse an array name later in a template but want to make sure no data from the previous use is still hanging around.   Example: «ArrayClear(MyList)»   XpressDox Arrays are similar to...

ArrayDelete

XpressDox Arrays ArrayDelete removes a specific item from an array. Tell XpressDox which array to look at and which “key” (position) to delete. It’s like crossing one specific line off a notebook page.   Example: «ArrayDelete(MyList,2)»   For more information on XpressDox Arrays please refer to this post describing Arrays.

ArrayRemoveDuplicates - XpressDox

XpressDox Arrays ArrayRemoveDuplicates removes duplicates and empty values from an Array. For more information on XpressDox Arrays please refer to this post describing Arrays.

ArrayValues - XpressDox

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

XpressDox Arrays

Using Arrays in your XpressDox templates Arrays are similar to variables, and have a very similar set of functions to manipulate them.  XpressDox arrays can be indexed using data of (almost) any type for the index – i.e. you can index with strings or numerics, or both in the same...
Loading...