latest
List
Remove Subset

Remove the subset from the list

ID

662ae5a310b6cb87640c9183

Name

Remove Subset

Group

List

Package

List

Keywords

list
remove

List

Sequence

Set

Tree

Creation method

There are two options for creating a Remove Subset node.

  • The first way to create a Remove Subset 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.
    • list , remove
  • The second way is to select a Remove Subset node from the menu that opens from the top left.
    • Menu > List > List > Remove Subset

Steps

  • Create a Remove Subset node.
  • Connect the base list to the first port.
  • Connect the start index for subtraction to the second port.
  • Connect the end index for subtraction list to the third port.

After creating a node, connect the base list to the first port. You need to connect the start index for subtraction to the second port, and the end index for subtraction list to the third port. On the output ports, we will get the result ist without the removed subset and the indices of removed items.

See also

List Item
Trim List
Reverse List

Inputs

NameTypeDescriptionDefault Value
list
Any
Base list
indexStart
Number
Start index for subtraction0
indexEnd
Number
End index for subtraction list2

Outputs

NameTypeDescription
resultList
Any
List without the removed subset
index
Number
Indexes of removed items