CoreClasses Xojo Plugin

IArray.SetAt Method (console safe)

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

SetAt(
   n as Integer,
   item as Object)

Parameters

n
Use this parameter to specify which item to or write to.
item
The item to set.

Remarks

Containers that Implement IArray should be 0 based.

See Also

IArray Interface