List
List
Sequence
Set
Tree
Remove Nth
Remove every Nth element in a list
Details
ID
list-list-remove-nth
Name
Remove Nth
Group
List
Package
List
Keywords
Input ports
Name | Type | Description | Default Value |
---|---|---|---|
List | Any | List for trim | |
N | Number | Frequency of removable items | 3 |
Start | Number | Remove from which | 0 |
Output ports
Name | Type | Description |
---|---|---|
List | Any | Resulting list |
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