Filter List Range
Get a sub-list by rank
Description
Get objects from a list in a specific range. All items with a rank going from Start
to End
(limits included) are included in the output list.
Example: Get items 5 to 9 from the list.
Inputs
- Object list (List): The list from which to take objects.
- Start (Number): Lower range index.
- End (Number): Upper range index.
Outputs
- Sublist (List): The sublist.