Search

July 12, 2023

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 variables. For more information please refer to the post describing Arrays.