CountSubset (Arraylist function): Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (→Usage notes) |
||
Line 22: | Line 22: | ||
==Usage notes== | ==Usage notes== | ||
<ul> | <ul> | ||
<li>A <var>CountSubset</var> call with a particular selection criterion is equivalent to a count of the items in the subset returned by the <var>[[SubsetNew (Arraylist function)|SubsetNew]]</var> method. | <li>A <var>CountSubset</var> call with a particular selection criterion is equivalent to a count of the items in the subset returned by the <var>[[SubsetNew (Arraylist function)|SubsetNew]]</var> method with that criterion. | ||
</ul> | </ul> | ||
Revision as of 19:23, 17 July 2012
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 with that criterion.