I have a program where the user can create a folder name but when it is in alphabetical order and there is a number in it, it doesn't sort in the right order:
Folder Name 1
Folder Name 22
Folder Name 4
New Folder 1
New Folder 2
If the prefix was always the same I could do it but since they can give it any name I can't get it to work.
The "Folder Name 22" should come after "Folder Name 4".
How can I get it to be in the correct order?
Thanks.
Folder Name 1
Folder Name 22
Folder Name 4
New Folder 1
New Folder 2
If the prefix was always the same I could do it but since they can give it any name I can't get it to work.
The "Folder Name 22" should come after "Folder Name 4".
How can I get it to be in the correct order?
Thanks.