Take text-list
Description
Takes a section of text-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 text-list |
End position | number | link-manual | false | The last row to take from the text-list |
Text list value | text-list | link-manual | true | The text-list that rows will be taken from regarding the 2 positions specified |
Scenarios
- The user wants all the rows in the
text-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
2
and the ending position3
Use case
Inputs
- Start position:
2
- End position:
4
- Text-list value:
[Jack Russel, French Poodle, Rottweiler, Duck Buck, Dora Explora]
Experienced tips
- If the
start
andend
positions are empty, the process will continue and provide you with the entiretext-list
- If the
start
position are empty, but theend
position is specified, the process will continue and provide you with the rows that areless
andequal
to theend
position - If the
end
position are empty, but thestart
position is specified, the process will continue and provide you with the rows that aregreater
andequal
to thestart
position
Search Tags
get the row count of the text-list