CoreClasses Xojo Plugin

ObjectArray.GetAt Method (console safe)

Use this function to read a item from the array.

GetAt(
   n as Integer) as Object

Parameters

n
Use this parameter to specify which item to read from.

Returns

Object

Remarks

The Item read/write function can also be used to read from the array.

ObjectArray is 0 based, that is the first item is number 0.

See Also

ObjectArray Class