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-listso that the first row becomes the last row in the list
Use case
Inputs
- Number-List:
[420, 210, 650]
Experienced tips
- If the
number listis empty, the process will continue and provide an emptynumber listvalue
Search Tags
Add a number value to a number-list