StrSort
|
String manipulation |
SYNTAX | Sort( ''tem,list,to,be,sorted'', caseSensitive = True, separator = ',' ) |
RETURNS | STRING |
FUNCTION | Perform sorting of comma-separated item list given in a string. The comma is default separator, but it can be any separator that user chooses in separator argument. The sort is either case sensitive (caseSensitive=True) or not (caseSensitive=False). The sort order is ascending. The function returns string with items sorted. |
EXAMPLE | EnableTextOutput( 0 ); |
SEE ALSO | Sort() function |
The StrSort function is used in the following formulas in AFL on-line library:
See updated/extended version on-line.