List
List
Sequence
Set
Tree
List Sequence SEC
Creates a sequence of numbers using start, end and count
Details
ID
list-sequence-list-sequence-sec
Name
List Sequence SEC
Group
Sequence
Package
List
Keywords
Input ports
Name | Type | Description | Default Value |
---|---|---|---|
Start | Number | List start item | 0 |
End | Number | List end item | 10 |
Count | Number | List items count | 5 |
Output ports
Name | Type | Description |
---|---|---|
List | Number | Created list |
After creating a node, connect the list start item to the first port, the list end item to the second port, the list items count to the third port. On the output port, we will get the created list.
List Item
Trim List