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

[REBOL] Re: sort/compare

From: antonr:iinet:au at: 10-Dec-2003 12:44

Tom, Thankyou, however I should have mentioned that I don't have control over the block being sorted, so I can't just add indices to it. I'm implementing yet another list style, and the block belongs to the user of of the list - therefore I shouldn't change it by adding indices, you see. Copy is not really an option because the list may be very large, and then also I would need to update my copy whenever the user changes the data. In any case, I have implemented a customized shell-sort for the job, working fine so far. Regards, Anton.