FutureProg functions
collectionappend
collectionappend overload 1
CollectionItem Collection collectionappend(Void Collection collection, CollectionItem item)
Available in
- computer function
- computer program
- standard futureprog
Returns a new collection with the supplied item appended to the end.
| Parameter | Type | Description |
|---|---|---|
collection |
Void Collection |
The collection to copy |
item |
CollectionItem |
The item to append to the end of the returned collection |