Sorry if this is a repeat, the copy I got back was mungled...?

Brian
=2D---------  Forwarded Message  ----------

Subject: Re: [REBOL] Re: Multiple file requestor
Date: Friday 22 June 2007 15:44
=46rom: Brian Tiffin <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]

Thanks Anton,

Thats a little cleaner.  :)   Still needs work, as request-file lets you
select a file that doesn't actually exist.  That's partly why I was concern=
ed
about the /case on unique, but it's better to leave the /case in, and just
remove any files from the list that don't exist.  Or do the real work and
create a file selector...

Cheers,
Brian

On Friday 22 June 2007 04:54, Anton Rolls wrote:
> =A0=A0=A0=A0=A0=A0=A0=A0request-files: has [files result][
> =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0result: copy []
> =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0while [files: request-fil=
e/keep][
> =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0a=
ppend result files
> =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0]
> =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0unique/case result
> =A0=A0=A0=A0=A0=A0=A0=A0]

=2D------------------------------------------------------
-- 
To unsubscribe from the list, just send an email to 
lists at rebol.com with unsubscribe as the subject.

Reply via email to