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

[REBOL] Re: sort bug? (was Re: Re: sort/reverse revisited)

From: holger::rebol::com at: 11-Apr-2001 15:05

On Wed, Apr 11, 2001 at 03:23:14PM -0500, [ryan--christiansen--intellisol--com] wrote:
> I changed the function as suggested (see the function following), using > 'sort/reverse on the 'message-directory, but now all of the file names are > sorted smallest to largest. Isn't this the opposite of what sort/reverse is > supposed to accomplish?
You are reversing the order yourself by using 'insert to add the data to the message block. Use 'append instead. -- Holger Kruse [holger--rebol--com]