Purpose
Access an individual object in the collection
Parameters
uIndex | Symbol, String or numeric postion of the object in the Collection |
Note: The collections in Vo2Jet are by default 1-based !
Returns
Object | Selected object or NULL_OBJECT when passing wrong argument |
Class
See Also
DaoCollection:ForEach | Evaluate a CodeBlock for every object in the collection |
DaoCollection:AsArray | Returns collection in the form of an VO array |
DaoCollection:Count | Number of items in the collection |
DaoCollectionBase() | Gets/sets the numeric value of the first item of a collection |