replace carraige returns

2007-08-24 Thread Matthew Smith
How would I replace the carriage returns in a textarea entry with br? ~| ColdFusion 8 - Build next generation apps today, with easy PDF and Ajax features - download now

Re: replace carraige returns

2007-08-24 Thread Charlie Griefer
#replace(myTextAreaText, '#chr(13)chr(10)#', 'br /', 'all')# On 8/24/07, Matthew Smith [EMAIL PROTECTED] wrote: How would I replace the carriage returns in a textarea entry with br? ~| ColdFusion 8 - Build next generation

RE: replace carraige returns

2007-08-24 Thread Brad Wood
/,all) replacenocase(text, chr(10),br /,all) replacenocase(text,chr(09),nbsp;nbsp;nbsp;nbsp;nbsp;,all) ~Brad -Original Message- From: Charlie Griefer [mailto:[EMAIL PROTECTED] Sent: Friday, August 24, 2007 11:38 AM To: CF-Talk Subject: Re: replace carraige returns #replace(myTextAreaText