List
List
Sequence
Set
Tree
AscDesc List
Creates a sequence of ascending and descending numbers
Details
ID
list-list-ascdesc-list
Name
AscDesc List
Group
List
Package
List
Keywords
Input ports
Name | Type | Description | Default Value |
---|---|---|---|
Start | Number | List start item | 1 |
Count | Number | List items count | 5 |
Step | Number | Sequence step | 2 |
Output ports
Name | Type | Description |
---|---|---|
List | Number | Created list |
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