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

[REBOL] Web Page

From: sanjay::patel::xcellenet::com at: 28-Jun-2001 17:39

Novice Question. foreach d detail [ if d <> "&nbsp" [ write/append %premdiv.txt d] ] Ok the above takes out any $nbsp in the string. Then is writes the remainder to a file. Problem : I want to add a 'newline' after each text write to file. How? Sanjay