# 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 to `false`, upper/lower case is ignored - `Direction`: sorting direction (`ASC`,`DESC`)