Special cahracters in replacelist

2001-03-28 Thread Ed Brown
I'm trying to carry our a replace of li and /li in a CFMAIL message so the web content is split by line breaks at the li and /li. 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

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 li and /li in a CFMAIL message so the web content is split by line breaks at the li and /li. I can carry out a

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/