xpfSelectAggrInstances
FUNCTION xpfSelectAggrInstances (aggrId : AGGREGATE OF GENERIC; condition : STRING; options : INTEGER; firstIndex, maxHits : INTEGER; VAR indexOfLastFound : INTEGER; VAR actualHits : INTEGER) resultAggrId : SET OF GENERIC;
The xpfSelectAggrInstances function returns a list containing the indexes of all the instances within an aggregate that matches a given Express-X logical expression.
Arguments
Type | Name | Comment |
 AGGREGATE OF GENERIC | aggrId | comments |
STRING | condition | Â |
INTEGER | options | Â |
INTEGER | firstIndex | Â |
INTEGER | maxHits | Â |
INTEGER | indexOfLastFound | Â |
INTEGER | actualHits | Â |
Return Value
Â
Type | Name | Comment |
SET OF GENERIC | resultAggrId | comments |
Options
Option | Comment |
XPXSOMEOPTION | comment |
Â
Example
<Missing Example>
Â
See also
Filter by label
There are no items with the selected labels at this time.
Â