FutureProg functions
collectionlast
collectionlast overload 1
CollectionItem collectionlast(Void Collection collection)
Available in
- computer function
- computer program
- standard futureprog
Returns the last item in the supplied collection, or null if the collection is empty.
| Parameter | Type | Description |
|---|---|---|
collection |
Void Collection |
The collection to inspect or transform |