latest
Sequence
Repeat List

Repeat a pattern until it reaches a certain length

ID

662ae5a310b6cb87640c9195

Name

Repeat List

Group

Sequence

Package

List

Keywords

rep
rd
lst

List

Sequence

Set

Tree

Creation method

There are two options for creating a Repeat Data node.

  • The first way to create a Repeat 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.
    • rep , rd , lst
  • The second way is to select a Repeat List node from the menu that opens from the top left.
    • Menu > List > Sequence > Repeat List

Steps

  • Create a Repeat List node.
  • Connect the list to repeat to the first port.
  • Connect the length of final list to the second port.

After creating a node, connect the list to repeat to the first port. Connect the length of final list to the second port. On the output port, we will get the repeated list.

See also

Duplicate List
Random Numbers List
List Sequence

Inputs

NameTypeDescriptionDefault Value
list
Any
List to repeat
length
Number
Length of final list2

Outputs

NameTypeDescription
resultList
Any
Repeated list