Yeah,

And drop the #'s

<cfset crlf = chr(13) & chr(10) />

Regards
Dale Fraser



-----Original Message-----
From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
Of Joel Cass
Sent: Tuesday, 20 June 2006 09:37 AM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: inserting carage returns


Just because no-one else pointed it out

<cfset crlf = #chr(10)# & #chr(13)#>

Should be

<cfset crlf = #chr(13)# & #chr(10)#>

chr(13) = Carriage return
chr(10) = line feed

Joel

-----Original Message-----
From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED]
Behalf Of <cfgroupie>
Sent: Monday, 19 June 2006 11:18 AM
To: cfaussie
Subject: [cfaussie] inserting carage returns



Hey,

I'm having some issues starting this morning. I want to simply put a
carage return between two variables. For somereason i'm thick today.

<cfset crlf = #chr(10)# & #chr(13)#>
<cfset newLine = '#GetAllDetails.HomeAddress1# #crlf#
#GetAllDetails.HomeAddress2#'>

what the?

J









--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cfaussie
-~----------~----~----~----~------~----~------~--~---

Reply via email to