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

Web Page

 [1/3] 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

 [2/3] from: ryanc:iesco-dms at: 28-Jun-2001 10:08


Try 'write/append/lines --Ryan Patel, Sanjay wrote:
> Novice Question. > foreach d detail [ if d <> "&nbsp" [ write/append %premdiv.txt d] ]
<<quoted lines omitted: 7>>
> [rebol-request--rebol--com] with "unsubscribe" in the > subject, without the quotes.
-- Ryan Cole Programmer Analyst www.iesco-dms.com 707-468-5400

 [3/3] 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

Notes
  • Quoted lines have been omitted from some messages.
    View the message alone to see the lines that have been omitted