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

[REBOL] Re: files out of order

From: arolls:bigpond:au at: 30-Mar-2001 16:55

Ryan, you actually want: message-block: copy [] foreach file-name sort/reverse message-directory [ file-contents: read file-name insert message-block file-contents ] sorting the message-directory before use, not the message-block with the contents of each file. Anton.