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 = "addElement" helpContext = "attributeFunctions/addElement" isLeaf = "true"/>
<Topic name = "concatenateList" helpContext = "attributeFunctions/concatenateList" isLeaf = "true"/>
<Topic name = "copyList" helpContext = "attributeFunctions/copyList" isLeaf = "true"/>
<Topic name = "countElements" helpContext = "attributeFunctions/countElements" isLeaf = "true"/>
<Topic name = "excluded" helpContext = "attributeFunctions/excluded" isLeaf = "true"/>
<Topic name = "firstMatch" helpContext = "attributeFunctions/firstMatch" isLeaf = "true"/>
<Topic name = "getElement" helpContext = "attributeFunctions/getElement" isLeaf = "true"/>
<Topic name = "included" helpContext = "attributeFunctions/included" isLeaf = "true"/>
<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"/>