in reply to Re: sorting based on a list
in thread sorting based on a list

This doesn't work... he wants to sort the words in order of their first letters based on the @list array... your thing assigns the characters to the items in list 2, then orders that list and reads them, returning...

zulu xray bravo alpha yankee charlie
instead of
alpha zulu bravo yankee charlie xray
                - Ant