Home Search

DriveWorks Pro 21
SppSortString

Send Feedback

SppSortString

Returns a sorted pipebar (|) delimited string based on an existing Pipebar (|) delimited string.

Syntax

SppSortString([String to Sort])

Where:

String to Sort is a Pipebar (|) delimited string.

Example

RuleResultMeaning
SppSortString("A|C|R|4|B|2")2|4|A|B|C|RThis will return a reordered pipebar (|) delimited list based on the given list returned. The list will be ordered Numbers and then Letters ascending.