|
-
May 3rd, 2012, 08:45 AM
#1
Thread Starter
Addicted Member
[RESOLVED] String Sorting
I have a list of strings lets say the items are like this
item_1
item_2
item_4
item_10
item_8
item_11
if i do list.sort() i get the following
item_1
item_10
item_11
item_2
item_4
item_8
Somehow i need to get these in order numerically but im dealing with strings not numbers.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|