Python3Script Xojo Plugin

Python3List.GetSlice Method (console safe)

Returns a list of the objects in list containing the objects between lowIndex and highIndex.

GetSlice(
   lowIndex as Integer,
   highIndex as Integer) as Python3List

Parameters

lowIndex
The first element in the list to get in the new list.
highIndex
The last element in the list to get in the new list.

Returns

Python3List

Remarks

See Also

Python3List Class