> Any ideas on how to speed it up?

Alternatively, how about the following from left field? (not tested ;) )


sort/compare read %. func [a b] [
     either (last a) = (last b) [
          a < b
     ][
          (last a) < (last b)
     ]
]


Regards,

     Ashley

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to