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:
 
xpxTestAggrByIndex (aggrId      : AGGREGATE OF GENERIC;
                   elementIndex : INTEGER;                   VAR isSet    : BOOLEAN)
                    status       : INTEGER;
 
The xpxTestAggrByIndex function returns TRUE in the isSet argument if the specified element elementIndex (starting from one) in the persistent aggregate aggrId has a value assigned, else FALSE will be returned in the isSet argument.
This function is equivalent to the EDMinterface function sdaiTestAggrByIndex

  • No labels