in reply to Re: [ Natural Sort ]: Sorting a string with numbers
in thread [ Natural Sort ]: Sorting a string with numbers

Usually... (as bart pointed out in fast, flexible, stable sort)

If you have fewer than 16.7 million records and none of the records contain "\0" characters, then it always works, for example.

- tye        

  • Comment on Re^2: [ Natural Sort ]: Sorting a string with numbers (stable?)