Creates a sequence of ascending and descending numbers
ID
list-list-ascdesc-list
Name
AscDesc List
Group
List
Package
List
Keywords
After creating a node, connect the list start item to the first port. Connect the list items count to the second port. Connect the sequence step to the third port. On the output port, we will get the created list.
List Sequence
Fibonacci
Duplicate List
Inputs
Name | Type | Description | Default Value |
---|---|---|---|
start | Number | List start item | 1 |
count | Number | List items count | 5 |
step | Number | Sequence step | 2 |
Outputs
Name | Type | Description |
---|---|---|
ascDescList | Number | Created list |