On Thu, 2008-12-11 at 19:19 -0500, Dafydd Hughes wrote:
Hi folks
Am I just not seeing it? Is there a pd-way to sort a list alphabetically?
If you don't mind using externals, you could do this with [regex] from zexy. You could iterate over your list for each letter in the alphabet, and if a match is found append the symbol to a new list.
Jamie