List
List
Sequence
Set
Tree
Extract Subset
Extract a subset from a list
Details
ID
list-list-extract-subset
Name
Extract Subset
Group
List
Package
List
Keywords
Input ports
Name | Type | Description | Default Value |
---|---|---|---|
List | Any | Base list | |
Start | Number | Start index for trim list | 0 |
End | Number | End index for trim list | 2 |
Output ports
Name | Type | Description |
---|---|---|
List | Any | Extracted list |
Index | Number | Indexes of extracted items |
After creating a node, connect the base list to the first port. You need to connect the start index for the trim list to the second port, and the end index for the trim list to the third port. On the output ports, we will get the extracted list and indices of extracted items.
List Item
Reverse List
Take Nth