Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[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.