PythonScript Xojo Plugin

PythonList.Insert Method (console safe)

Inserts item into the list at given index.

Insert(
   index as Integer,
   value as PythonEntityBase)

Parameters

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

Remarks

See Also

PythonList Class