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