xpfSelectAggrElements
FUNCTION xpfSelectAggrElements (aggrId : AGGREGATE OF GENERIC; condition : STRING; options : INTEGER; firstIndex, maxHits : INTEGER; VAR indexOfLastFound : INTEGER; VAR actualHits : INTEGER) resultAggrId : LIST OF INTEGER;
The xpfSelectAggrElements function returns a list with the indexes of all the elements of an aggregate that matches given Express-X conditional statement. This function only handles aggregates with primitive data type elements.
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 |
LIST OF INTEGER | 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.