Repeat a pattern until it reaches a certain length
ID
list-sequence-repeat-list
Name
Repeat List
Group
Sequence
Package
List
Keywords
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
Inputs
Name | Type | Description | Default Value |
---|---|---|---|
list | Any | List to repeat | |
length | Number | Length of final list | 2 |
Outputs
Name | Type | Description |
---|---|---|
resultList | Any | Repeated list |