Remove every Nth element in a list
ID
list-list-remove-nth
Name
Remove Nth
Group
List
Package
List
Keywords
After creating a node, connect the list for trim to the first port. You need to connect the frequency of removable items to the second port, and the item index from which you want to remove to the third port. On the output port, we will get the resulting list.
List Item
Trim List
Reverse List
Inputs
Name | Type | Description | Default Value |
---|---|---|---|
list | Any | List for trim | |
nth | Number | Frequency of removable items | 3 |
start | Number | Remove from which | 0 |
Outputs
Name | Type | Description |
---|---|---|
resultList | Any | Resulting list |