Hi, Richard,

COFFRE Richard FTO wrote:
> 
> Hi Rebol fellows,
> 
> Why with the following code :
> 
> REBOL []
> 
> file: to-file ask "Filename? "
> texte: read/lines file
> 
> output1: copy head change find/last file "." ".loc"
> output2: copy head change find/last file "." ".lst"
> 

Try instead

    output1: head change find/last copy file "." ".loc"
    output2: head change find/last copy file "." ".lst"

HTH!

-jn-

-- 
; Joel Neely                             joeldotneelyatfedexdotcom
REBOL [] do [ do func [s] [ foreach [a b] s [prin b] ] sort/skip
do function [s] [t] [ t: "" foreach [a b] s [repend t [b a]] t ] {
| e s m!zauafBpcvekexEohthjJakwLrngohOqrlryRnsctdtiub} 2 ]
-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to