Python3Script Xojo Plugin |
|
Python3List.SetItem Method
Sets item in the list at given index.
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 Python3EntityBase.
Remarks
See Also
Python3List Class