CountSubset (Arraylist function)
Number of items matching a criterion (Arraylist class)
[Introduced in Sirius Mods 7.8]
This page is under construction.
Syntax
%count = al:CountSubset( selectionCriterion)
Syntax terms
%count | number |
---|---|
al | Arraylist object |
selectionCriterion | SelectionCriterion object |
Usage notes
- A CountSubset call with a particular selection criterion is equivalent to a count of the items in the subset returned by the SubsetNew method.