Page History
Array Collection - OccurrencesOf Method
| Panel | ||
|---|---|---|
| ||
Find the number of occurrences of an instance in the collection |
Member of Array Collection (PRIM_ACOL)
Parameters
Name | Type | Data Type | Description |
|---|---|---|---|
Result | *Result (Optional) | Integer | Number of occurrences |
Object | *Input | Instance to be searched for |
...
Using the OccurrencesOf method
#Count := #Collection.OccurrencesOf(#Object)