Sort by String order [OBJ,STRING]¶
Description¶
Sort [OBJ,STRING]-pairs based on the alphabetical order of the second column. This block forgets any previous ranking. It should only be used at the end of a strategy, for specific application requirements.
Input¶
SOURCE [OBJ,STRING]
: The list of object-string pairs to sort
Output¶
RESULT [OBJ,STRING]
: Sorted pairs
Parameters¶
Case-sensitive
: if set tofalse
, upper/lower case is ignoredDirection
: sorting direction (ASC
,DESC
)