Reverse String List
Amaster's String Library
The Reverse String List node takes in a String list and a separator, then returns the same list of items but reversed as a string.
Inputs
String (String)
The string list to reverse.
Separator (String)
The separator to use to help with reversing this string.
Outputs
* (String)
Returns the new reversed string list.