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

[REBOL] to-path newline problem?

From: arolls::bigpond::net::au at: 12-Aug-2001 22:18

What do you people think of the difference in the following two? (1) Produce a nice path: to-path [hello there] == hello/there (2) Produce a broken path: to-path [hello there] == hello/ there Note a newline in the input block produces a newline in the output. But why is it not the same as the first one? A bug? Is there any way to quickly remove the newline from the block, perhaps, as a workaround?