CoreClasses Xojo Plugin

IArray.GetAt Method (console safe)

Use this method on containers that Implement the IArray Interface to get a item from a specific location from the container.

GetAt(
   n as Integer) as Object

Parameters

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

Returns

Object

Remarks

Containers that Implement IArray should be 0 based.

See Also

IArray Interface