[REBOL] Re: Sorting Blocks
From: fergus4:bellatlantic at: 29-Jan-2006 2:34
Never mind, I found a short function that does the job...from the library: File: %sort-nests.r Author: "Jeff Kreis" The function: sort/compare d func [a b][(pick a i) < pick b i] Where I is the column you wish to sort on.