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:
 
xpfSelectAggrInstances (aggrId               : AGGREGATE OF GENERIC;                         condition            : STRING;                         options              : INTEGER;                         firstIndex, maxHits  : INTEGER;                        VAR indexOfLastFound : INTEGER;                        VAR actualHits       : INTEGER)                         resultAggrId         : SET OF GENERIC;
 
To be completed
The xpfSelectAggrInstances function returns a list containing the indexes of all the instances within an aggregate that matches a given Express-X logical expression.
This function is equivalent to the EDMinterface function edmiSelectAggrInstances.
See also xpxSelectAggrInstances.

  • No labels