-
-
Notifications
You must be signed in to change notification settings - Fork 374
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NEW FEATURE Suggestion: Alphabetically ordering of a list #43
Labels
enhancement
Feature request, an issue about something that could be improved, or a PR improving something.
Comments
It is possible, and might be pretty easy actually... However, it will be very slow no matter how I implement it. I can either
Soo... Not high priority, sorry. |
bensku
added
the
enhancement
Feature request, an issue about something that could be improved, or a PR improving something.
label
Apr 5, 2016
I'll try to add it right now. I just got the project working in my IDE. |
Ignore ff8f77f |
bensku
added a commit
that referenced
this issue
Jul 15, 2016
Fix #43, add alphabetically sorting of strings
Done! |
May I know the code for this? How would I use it? Example please :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
Feature request, an issue about something that could be improved, or a PR improving something.
I need a function to alphabetically order a list like this:
{test::1} = "Anton"
{test::2} = "Berthold"
{test::3} = "Zafer"
Can you implement something like this? Would be awesome!
The text was updated successfully, but these errors were encountered: