List
List
Sequence
Set
Tree
Replace Items
Replace certain items in a list
Details
ID
list-list-replace-items
Name
Replace Items
Group
List
Package
List
Keywords
Input ports
Name | Type | Description | Default Value |
---|---|---|---|
List | Any | List to modify | |
Items | Any | Items to replace with | |
Indices | Number | Replacement indices for each item |
Output ports
Name | Type | Description |
---|---|---|
List | Any | List with inserted values |
Once you have set up the node, make sure to connect the list you want to modify to the first port. Connect the replacement items to the second port and the corresponding replacing indices for each item to the third port. The resulting output will be the modified list with the replaced values.
Insert List Items
Trim List
Reverse List