List
List
Sequence
Set
Tree
List Sequence
Creates a sequence of numbers
Details
ID
list-sequence-list-sequence
Name
List Sequence
Group
Sequence
Package
List
Keywords
Input ports
Name | Type | Description | Default Value |
---|---|---|---|
Start | Number | List start item | 0 |
Count | Number | List items count | 5 |
Step | Number | Sequence step | 1 |
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 Item
Trim List