Remove indexed elements from a list
ID
list-list-remove-by-index
Name
Remove By Index
Group
List
Package
List
Keywords
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
Inputs
Name | Type | Description | Default Value |
---|---|---|---|
list | Any | List to modify | |
indices | Number | Removing indices |
Outputs
Name | Type | Description |
---|---|---|
modifyList | Any | List with removed values |