Hi,
I have a general question:
I was sorting some strings using IF statements i.e. If string1 > string2 etc...
I noticed that the list that I end up with has puts "a" after "Z".
Why does this happen? Is there a way to make it so that the end result will be in the order of "A", "a", "B", "b" .. etc?
I can't convert the strings to all upper case or proper case because these are company names that sometime have unique ways of writing their names, e.g. eBay Inc, so I want to preserve that formatting.
Thanks!
I have a general question:
I was sorting some strings using IF statements i.e. If string1 > string2 etc...
I noticed that the list that I end up with has puts "a" after "Z".
Why does this happen? Is there a way to make it so that the end result will be in the order of "A", "a", "B", "b" .. etc?
I can't convert the strings to all upper case or proper case because these are company names that sometime have unique ways of writing their names, e.g. eBay Inc, so I want to preserve that formatting.
Thanks!