Chr(10) and Chr(13)

Although these are carriage return and line feed, can't remember which one
is which I think you may nee the two together for Windows. Have a play about
and see what you come up with.

<cfset crlf = Chr(10) & Chr(13)>

REReplace("bd_desc","#crlf#","<br>","ALL")

Ade

-----Original Message-----
From: Eric Creese [mailto:[EMAIL PROTECTED]
Sent: 26 June 2003 15:30
To: CF-Talk
Subject: RE: Carriage returns


This is what I got,  but I need the carriage return value please

REReplace("bd_desc","????????????","<br>","ALL")

-----Original Message-----
From: Thomas Chiverton [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 26, 2003 9:09 AM
To: CF-Talk
Subject: Re: Carriage returns


On Thursday 26 Jun 2003 15:01 pm, Eric Creese wrote:
> Does anyone have handy the replacement code for carriage returns to be
> replaced with a <br>? I can not remember the syntax?

http://livedocs.macromedia.com/cfmxdocs/CFML_Reference/functions-pt269.jsp#1
111522

-- 
Thomas C
Advanced ColdFusion Programmer

PLEASE NOTE: When the Recipient Is Not Directly Observing This E-mail, It
May 
Cease to Exist or Will Exist Only in a Vague and Undetermined State.
PLEASE ALSO NOTE: I don't speak for the company that sent this.



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to