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: rotenca:telvia:it at: 5-Sep-2002 12:28

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.
> Regards, > Gabriele.
Ciao Romano