Python3Script Xojo Plugin |
|
Python3List.GetItem Method
Gets item at given index in the list.
Parameters
- index
- The index of the item to fetch (zero based)
Returns
- Python3Entity
- The requested item or nil if out of bounds.
Remarks
See Also
Python3List Class