> For some reason, when sorting numbers, it
> disregards the second number. So if I have {11,100, 500} it would sort
> it {100,11,500}. That is completely wrong.

Looks like it's doing a character sort, at least for the data set you
have there. Can you show the specific markup you'll have in this case?
I think I see what you're trying to do but I want to make sure I know
exactly what the markup looks like before I try some code.

Reply via email to