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

[REBOL] Use of commas in text data import

From: webmaster::siliconspecies::com at: 25-Jul-2000 5:01

Ok. So now I am importing data files made of text. If the imported text data includes a comma, like that. It hangs the process and breaks. Is there a way to specify that the data being imported should be read as text and not to hang on any punctuation? workpath: join currentpath [first path "albumpath.data"] currentdata: join {"} [load to-url workpath {"}] currentalbum: load to-url workpath append block currentdata that is the basic code to import this text data I tried earlier string! or to-string and it removed all the spaces between the words, so that was no good. Thanks Jeff Rubin, CTO/Co-Founder Audiopia Shutup and Listen... http://www.audiopia.com also check out my personal site Brainbyte! http://www.brainbyte.com