Please note that I don’t develop in REALbasic anymore, so they are not updated anymore. So, it’s possible that some of them doesn’t work anymore with last versions of REALbasic / Xojo.
Class that allow to sort in growing order an integer array. To invert the sort order, simply change the inequalities.
Currently, the sort by selection, by insertion and by bubble are available.
The QuickSort and the sort by fusion will be added.