PythonScript Xojo Plugin

PythonList.SetItem Method (console safe)

Sets item in the list at given index.

SetItem(
   index as Integer,
   value as PythonEntityBase)

Parameters

index
The index of the item to be set. (zero based)
value
The value to be set. This can be any value that inherits from PythonEntityBase.

Remarks

See Also

PythonList Class