
Has anyone ever written a fast sort function (for strings inside a list) for Windows that compares by character value?
Which means that e.g.:
Code: Select all
! < ... < A < B ...< \ ... < a < b ... < } ...
The normal SortList() doesn't work this way and something like:
Code: Select all
SELECT * FROM temp ORDER BY FullPath COLLATE BINARY ASC
Regards,
camille