Welcome to our new forum
All users of the legacy CODESYS Forums, please create a new account at account.codesys.com. But make sure to use the same E-Mail address as in the old Forum. Then your posts will be matched. Close

Sort alphabeticaly an ARRAY of STRING

galexis
2021-06-29
2021-07-18
  • galexis - 2021-06-29

    Hi community,
    Is it possible to sort alphabeticaly an array of string ?
    Thanks for your help.

     
  • nothinrandom - 2021-07-18

    @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.

     

Log in to post a comment.