[REBOL] Re: files out of order
From: gjones05:mail:orion at: 30-Mar-2001 11:07
From: <[ryan--christiansen--intellisol--com]>
> Thanks, Anton. This is exactly what I needed to do.
>
> -Ryan
>
> ------------------------------
>
> 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.
Is this any different than what I suggested yesterday? I agree with the
solution, I just don't understand why you found this version to work but not
mine. Just curious.
--Scott Jones