Take number-list
Description
Takes a section of number-list from start input to end input positions
Input Ports
| Name | dataType | sourceType | required | description |
|---|---|---|---|---|
| Start position | number | link-manual | false | The starting row to take from the number-list |
| End position | number | link-manual | false | The last row to take from the number-list |
| Number list value | number-list | link-manual | true | The number-list that rows will be taken from regarding the 2 positions specified |
Scenarios
- The user wants all the rows in the
number-list - The user wants all the rows from the starting position
2 - The user wants all the rows until the end position
3 - The user wants the rows from the starting position
2and the ending position3
Use case
Inputs
- Start position:
2 - End position:
3 - Number-list value:
[52, 44, 222, 540, 40]
Experienced tips
- If the
startandendpositions are empty, the process will continue and provide you with the entirenumber-list - If the
startposition are empty, but theendposition is specified, the process will continue and provide you with the rows that arelessandequalto theendposition - If the
endposition are empty, but thestartposition is specified, the process will continue and provide you with the rows that aregreaterandequalto thestartposition
Search Tags
get the row count of the number-list