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

[REBOL] Re: parse default behavior

From: al:bri:xtra at: 22-Sep-2001 8:17

> Hi, I'm just trying to use parse to handle a filename thing. The filename > contains some spaces like: > > file: %this is my file.txt > > parse file "." results in > > ["this" "is" "my" "file" "txt"] > > I expected: > ["this is my file" "txt] > > Any idea? Robert >> file: %this is my file.txt
== %this is my file.txt
>> parse/all file "."
== ["this is my file" "txt"] Andrew Martin ICQ: 26227169 http://zen.scripterz.org