Reverse the order of a list
ID
list-list-reverse-list
Name
Reverse List
Group
List
Package
List
Keywords
After creating a node, connect the list which you want to reverse to a port. On the output port, we will get the reversed list.
List Item
Point List Sort
Split List
Inputs
Name | Type | Description | Default Value |
---|---|---|---|
list | Any | List to reverse |
Outputs
Name | Type | Description |
---|---|---|
reverseList | Any | Reversed list |