Replies: 3 comments 3 replies
-
How about trying SORT file.name ASC ? |
Beta Was this translation helpful? Give feedback.
0 replies
-
That sorts 55 correctly, but uses ascii sort order so that I get 1, 10, 11, 12 . . . 5, 51, 52 . . . I can pad with zeroes, but I still wonder why my original sort doesn't sort properly. |
Beta Was this translation helpful? Give feedback.
3 replies
-
I figured out this week when I wrote a scene out of order that it is
sorting on creation or modification date, not alpha.
Pam
P.D. Workman
Award-winning and USA Today Bestselling Author
Find me at pdworkman.com <https://pdworkman.com>
Hot new release!
Doctored Death, A Kenzie Kirsch Medical Thriller
<https://www.facebook.com/facebook.com/pdworkmanauthor>
<https://www.linkedin.com/linkedin.com/in/pdworkman>
<https://www.twitter.com/twitter.com/pdworkmanauthor>
------------------------------
Join my e-mail list <https://pdworkman.com/signup> to get a free ebook and
to be notified when my books are published.
------------------------------
…On Fri, Oct 29, 2021 at 11:32 AM blacksmithgu ***@***.***> wrote:
Something about my sort algorithm is clearly broken!
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#583 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AV42KG3CITE6YICV5UGX67TUJLLB7ANCNFSM5GVVC3TQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Any idea why 55 is sorting before 53?
Beta Was this translation helpful? Give feedback.
All reactions