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

[REBOL] Preventing evaluation of text in an area

From: moeller_thorsten:gmx at: 7-Aug-2002 14:24

Hi, i have an area containig some text. When i want to save that text to a file with fo example" save %mytext.txt area/text" it seems that rebol is evaluating the text, because i get an Invalid word error whent the text contains words like "left", "in" etc.. Any ideas how to prevent that? Thorsten