[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.