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

[REBOL] Re: Sort by first part of line

From: louisaturk:coxinet at: 5-Sep-2002 12:12

Hi Ciao, It seems that I am having to sort large amounts of data more and more often. I am wanting to learn how to do it faster. At 12:28 PM 9/5/2002 +0200, you wrote:
>Hi Gabriele > > > I think Luis just needs to LOAD its data, and then sort it with > > SORT/SKIP. He can then reproduce the string from the LOADed data. > >If you do not care to add thousands of unuseful words to the global context >and you are sure every string can be reduced at a valid Rebol datatypes, this >is a solution :-) > >I think that he can parse the string building a sortable block and then rejoin >the data in a string.
Would you please give an example? Louis