latest
List
Remove By Index

Remove indexed elements from a list

ID

662ae5a310b6cb87640c918b

Name

Remove By Index

Group

List

Package

List

Keywords

RemoveByIndex
remove
item
lst
index
rm

List

Sequence

Set

Tree

Creation method

There are two options for creating a Remove By Index node.

  • The first way to create a Remove By Index node using the search list, which is opened by double left-clicking in the workspace. You can write the name of the node you need, or words associated with this node.
    • item , lst , index , rm
  • The second way is to select a Remove By Index node from the menu that opens from the top left.
    • Menu > List > List > Remove By Index

Steps

  • Create a Remove By Index node.
  • Connect the list to modify to the first port.
  • Connect the removing indices to the second port.

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.

See also

List Item
Trim List
Reverse List
Remove Nth

Inputs

NameTypeDescriptionDefault Value
list
Any
List to modify
indices
Number
Removing indices

Outputs

NameTypeDescription
modifyList
Any
List with removed values