Array handing functions are using for dealing with lists of values, otherwise known as arrays. See Arrays and Record Sets for a general description of how arrays are used in PhixFlow.
The following array handling functions are available:
<Topic name = "intersect" helpContext = "attributeFunctions/intersect" isLeaf = "true"/>
<Topic name = "intersectM" helpContext = "attributeFunctions/intersectM" isLeaf = "true"/>
<Topic name = "listContains" helpContext = "attributeFunctions/listContains" isLeaf = "true"/>
<Topic name = "listToString" helpContext = "attributeFunctions/listToString" isLeaf = "true"/>
<Topic name = "orderList" helpContext = "attributeFunctions/orderList" isLeaf = "true"/>
<Topic name = "popElement" helpContext = "attributeFunctions/popElement" isLeaf = "true"/>
<Topic name = "range" helpContext = "attributeFunctions/range" isLeaf = "true"/>
<Topic name = "split" helpContext = "attributeFunctions/split" isLeaf = "true"/>
<Topic name = "subSet" helpContext = "attributeFunctions/subSet" isLeaf = "true"/>
<Topic name = "thresholds" helpContext = "attributeFunctions/thresholds" isLeaf = "true"/>
<Topic name = "timeSlots" helpContext = "attributeFunctions/timeSlots" isLeaf = "true"/>