Returns a sorted pipebar (|) delimited string based on reversing the order of an existing Pipebar (|) delimited string.
SppReverseString([String to Sort])
Where:
String to Sort is a Pipebar (|) delimited string.
Rule | Result | Meaning |
---|---|---|
SppReverseString("A|B|C|D|E") | E|D|C|B|A | Will return the given pipebar (|) delimited list in the reverse order. |