CoreClasses Xojo Plugin

ObjectArray.SetAt Method (console safe)

Use this function to write a item to the array.

SetAt(
   n as Integer,
   item as Object)

Parameters

n
Use this parameter to specify which item to write to.
(ObjectArray is 0 based, that is the first item is number 0)
item
The item to write to the array.

Remarks

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

See Also

ObjectArray Class