List
List
Sequence
Set
Tree
List Item
Returns the ith element
Details
ID
list-list-list-item
Name
List Item
Group
List
Package
List
Keywords
Input ports
Name | Type | Description | Default Value |
---|---|---|---|
List | Any | Base list | |
Index | Number | Index of item | 0 |
Output ports
Name | Type | Description |
---|---|---|
Item | Any | List item |
After creating a node, connect the list from which you want to select an element to the first port. You need to connect the index of the element to be selected to the second port. On the output port, we will get the ith element of the list.
List Item
Trim List
Reverse List
List Length