Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »


 
SYNTAX:
 
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.
This function is equivalent to the EDMinterface function edmiSelectAggrElements.
See also xpxSelectAggrElements.

  • No labels