Skip to main content

Coll.Fetch

Returns a value from a collection variable at a given position.

Syntax​

Coll.Fetch &collection index

Returns​

unknown value

Arguments​

NameRequiredTypeDescription
collectionYesA collection variable e.g. &collection
indexYesA whole number bigger or equal 1The 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.