...
SYNTAX:
xpxCopyAggrElements (sourceAggrId : AGGREGATE OF GENERIC;
firstIndexInSource : INTEGER; maxElementsToCopy : INTEGER; VAR actualElementsCopied : INTEGER; targetAggrId : AGGREGATE OF GENERIC; firstIndexInTarget : INTEGER) status : INTEGER;
Code Block | ||||
---|---|---|---|---|
| ||||
FUNCTION xpxCopyAggrElements (sourceAggrId : AGGREGATE OF GENERIC;
firstIndexInSource : INTEGER;
maxElementsToCopy : INTEGER;
VAR actualElementsCopied : INTEGER;
targetAggrId : AGGREGATE OF GENERIC;
firstIndexInTarget : INTEGER)
status : INTEGER;
|
The xpxCopyAggrElements function copies aggregate elements from source to target aggregate.
This function is equivalent to the EDMinterface function edmiCopyAggr.
Arguments
...
Type | Name | Comment |
AGGREGATE OF GENERIC | sourceAggrId | A numeric aggregateID that uniquely identifies the source aggregate instance in the operation |
INTEGER | firstIndexInSource | Specifies the index of the first element to copy from the source aggregate. The index range is:
|
INTEGER | maxElementsToCopy | Specifies the maximum number of elements to copy. When <maxElementsToCopy> = 0 then all elements in the source aggregate with an index >= <sourceIndex> will be copied. |
INTEGER | actualElementsCopied | |
AGGREGATE OF GENERIC | targetAggrId | A numeric aggregateID that uniquely identifies the target aggregate instance in the operation. |
INTEGER | firstIndexInTarget | Specifies the index of the first element to from the target aggregate |
Return Value
...
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Options
...
Example
...
Code Block | ||
---|---|---|
| ||
<Missing Example> |
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|