Creates a sequence of numbers using start, end and count
ID
list-sequence-list-sequence-sec
Name
List Sequence SEC
Group
Sequence
Package
List
Keywords
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
Inputs
Name | Type | Description | Default Value |
---|---|---|---|
start | Number | List start item | 0 |
end | Number | List end item | 10 |
count | Number | List items count | 5 |
Outputs
Name | Type | Description |
---|---|---|
listSequence | Number | Created list |