Coll.Fetch
Returns a value from a collection variable at a given position.
Syntax
Coll.Fetch &collection index
Returns
unknown value
Arguments
| Name | Required | Type | Description |
|---|---|---|---|
collection | Yes | A collection variable e.g. &collection | |
index | Yes | A whole number bigger or equal 1 | The place in the collection to fetch the value from, starting from 1 |
On a running server
Use serhelp Coll.Fetch to inspect the reference generated by your installed SER version.