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

[REBOL] Re: Web Page

From: ryan:christiansen:intellisol at: 28-Jun-2001 12:16

Try foreach d detail [if d <> "&nbsp" [write/append %premdiv.txt rejoin [d newline]] -Ryan "Patel, Sanjay" <[sanjay--patel--xcel] To: [rebol-list--rebol--com] lenet.com> cc: Sent by: Subject: [REBOL] Web Page [rebol-bounce--rebol] .com 06/28/2001 11:39 AM Please respond to rebol-list 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