Anyone know what would cause Chr(13) & Chr(10) not to show in a text
email?

I use cfset to create a string that is used in a text email via cfmail,
like so.

<cfset MyString = "Some Text: " & Variable & Chr(13) & Chr(10) & "Some
Other Text: " & Variable2> 
(and so on for about 10 Variables)
<cfmail>
        #MyString#
</cfmail>

Problem is, the Chr(13) & Chr(10) works OK, but then after a certain
variable, none of the breaks work.  I removed the offending variable,
and it worked for the next few then stopped again.  I am having
difficulty identifying exactly what it is inherent to the variable that
stops it from working.  No special characters ort anything that I can
see in the string.

Any ideas?

Chad


---
You are currently subscribed to cfaussie as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to