Search

ArrayClear

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

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