Reverse number-list
Description
Reverse a number-list
Input Ports
Name | dataType | sourceType | required | description |
---|---|---|---|---|
Number list | number-list | link-manual | true | The number-list that should be reversed |
Scenarios
- The user wants to reverse a
number-list
so that the first row becomes the last row in the list
Use case
Inputs
- Number-List:
[420, 210, 650]
Experienced tips
- If the
number list
is empty, the process will continue and provide an emptynumber list
value
Search Tags
Add a number value to a number-list