Hello, Given, s: "abvde" sort/compare s func [a b][return 0] What can I exchange for the 0 return value such that the input is left unchanged? (and no, the answer is not "don't sort to start with" :-) I've tried -1, 0, 1. They all change the string! Anton.
