could you elaborate and maybe provide some inputs and results of what you are expecting? There are many types of string sort algorithms. A "quick and simple" one can be implemented by performing memory comparison of strings and then sort them.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi community,
Is it possible to sort alphabeticaly an array of string ?
Thanks for your help.
@galexis,
could you elaborate and maybe provide some inputs and results of what you are expecting? There are many types of string sort algorithms. A "quick and simple" one can be implemented by performing memory comparison of strings and then sort them.