latest
List
Split List

Split a list into separate parts

ID

662ae5a310b6cb87640c9185

Name

Split List

Group

List

Package

List

Keywords

list
index
split

List

Sequence

Set

Tree

Creation method

There are two options for creating a Split List node.

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

Steps

  • Create a Split List node.
  • Connect the base list to the first port.
  • Connect the splitting index to the second port.

After creating a node, connect the base list to the first port. You need to connect the splitting index to the second port. On the output ports, we will get the items to the left of (i) and the items to the right of and including (i).

See also

List Item
Trim List
Reverse List

Inputs

NameTypeDescriptionDefault Value
list
Any
Base list
n
Number
Splitting index2

Outputs

NameTypeDescription
listA
Any
Items to the left of (i)
listB
Any
Items to the right of and including (i)