Re: Special cahracters in replacelist

2001-03-28 Thread Ed Brown
Mark, > use #chr(13)##chr(10)# Thanks. Work - great. ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscri

Re: Special cahracters in replacelist

2001-03-28 Thread Mark Woods
use #chr(13)##chr(10)# This corresponds to Carriage-return line-feed, which is the new line sequence for SMTP At 12:51 PM 3/28/2001, you wrote: >I'm trying to carry our a replace of and in a CFMAIL message so >the web content is split by line breaks at the and . I can carry >out a replace

Special cahracters in replacelist

2001-03-28 Thread Ed Brown
I'm trying to carry our a replace of and in a CFMAIL message so the web content is split by line breaks at the and . I can carry out a replace using replacelist with normal characters such as a - but can't find a way to place a replacement of a newline character in the list. Is there a referen