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:
 
xpxPrevious (iteratorId : GENERIC;
              found      : BOOLEAN)
             status     : INTEGER;
 
The xpxPrevious function moves the iterator iteratorId to the element before the current if such an element exist in the actual aggregate. found will be TRUE if an element was found, otherwise FALSE.
This function is equivalent to the EDMinterface function sdaiPrevious

  • No labels