PythonList.Insert Method (console safe)
Inserts item into the list at given index.
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