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

[REBOL] Re: Implicit renaming

From: joel:neely:fedex at: 15-Apr-2002 6:55

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 ]