Thread: 2 questions...
View Single Post
  #5 (permalink)  
Old May 6th, 2005, 19:52
kpm547 kpm547 is offline
Junior Member
Join Date: Apr 2005
Location: Canada
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
Thooks like you'd just do the following to put it back in the text area.

Code: Select all
content = replace(content,"
",vbcrlf)
And then write content into the value of the text area.