CountSubset (Arraylist function)

From m204wiki
Revision as of 19:23, 17 July 2012 by JAL2 (talk | contribs)
Jump to navigation Jump to search

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.

Examples

See also