...
Code Block | ||||
---|---|---|---|---|
| ||||
FUNCTION xpxAppend (listId : AGGREGATE OF GENERIC;
elementValue : GENERIC)
status : INTEGER;
|
The xpxAppend function appends the specified value elementValue to the persistent aggregate aggregateId. Note: The persistent aggregate must be of type LIST.
This function is equivalent to the EDMinterface function sdaiAppend
Arguments
...
Type | Name | Comment |
AGGREGATE OF GENERIC | listId | A persistent aggregate, MUST be a LIST |
GENERIC | elementValue | The value to be added |
Return Value
...
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Options
...
Example
...
Code Block | ||
---|---|---|
| ||
<Missing Example> |
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|