List
List
Sequence
Set
Tree
Repeat List
Repeat a pattern until it reaches a certain length
Details
ID
list-sequence-repeat-list
Name
Repeat List
Group
Sequence
Package
List
Keywords
Input ports
Name | Type | Description | Default Value |
---|---|---|---|
List | Any | List to repeat | |
Length | Number | Length of final list | 2 |
Output ports
Name | Type | Description |
---|---|---|
List | Any | Repeated list |
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.
Duplicate List
Random Numbers List
List Sequence