PythonScript Xojo Plugin

PythonList.GetItem Method (console safe)

Gets item at given index in the list.

GetItem(
   index as Integer) as PythonEntity

Parameters

index
The index of the item to fetch (zero based)

Returns

PythonEntity
The requested item or nil if out of bounds.

Remarks

See Also

PythonList Class