[REBOL] Sorting Blocks
From: fergus4::bellatlantic::net at: 29-Jan-2006 0:50
How do you sort a block of blocks on an element other than the first? For example: db: [ ["bob" "Smith" "12"] ["dan" "murphy" "25"] ["mike" "Coogan" "6"] ] How do I sort by last name or by age