xpxCopyAggrElements
Â
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.
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
Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_r_XPX_Return_Value'.
Options
Â
Example
<Missing Example>
Â
See also
Filter by label
There are no items with the selected labels at this time.
Â