[REBOL] Web Page
From: sanjay::patel::xcellenet::com at: 28-Jun-2001 17:39
Novice Question. foreach d detail [ if d <> " " [ 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