Returns a sorted pipebar (|) delimited string based on an existing Pipebar (|) delimited string.
SppSortString([String to Sort])
Where:
String to Sort is a Pipebar (|) delimited string.
Rule | Result | Meaning |
---|---|---|
SppSortString("A|C|R|4|B|2") | 2|4|A|B|C|R | This will return a reordered pipebar (|) delimited list based on the given list returned. The list will be ordered Numbers and then Letters ascending. |