List
List
Sequence
Set
Tree
Remove By Index
Remove indexed elements from a list
Details
ID
list-list-remove-by-index
Name
Remove By Index
Group
List
Package
List
Keywords
Input ports
Name | Type | Description | Default Value |
---|---|---|---|
List | Any | List to modify | |
Index | Number | Removing indices |
Output ports
Name | Type | Description |
---|---|---|
List | Any | List with removed values |
After creating a node, connect the list to modify to the first port. You need to connect the removing indices to the second port. On the output port, we will get the list with removed values.
List Item
Trim List
Reverse List
Remove Nth