Consider the following list:
If I:AAH,AAH
AAL,AAL
AAS,AAS
AA,AA
AARDWOLVES,AADELORSVW
AB,AB
AA,AA
AB,AB
The string "AARDWOLVES,AADELORSVW" comes out on top.sort thatList by the length of item 1 of each
Oh, and if i sort descending, that string comes out on the bottom.
Oh and if I lose that string, everything else in the list sorts just fine. I cannot wait to hear what I am missing.
Sob.
Craig Newman
EDIT:
Just to make sure I am not missing some strange aspect of what I thought was the definition of "length", I tried the following list:
Go on, sort that by the length of each.aaaa
aaaaaa
aaaaaaaa
aaaaaaaaaa
aaaaaaaaaaaaa
aaaaaaaaaaaaaaaa
Sob.