You might want to make it Chr(13) and Chr(10). Someone correct me if I'm wrong, Windows will use the two combined where as others will use just the Chr(10).
Ade -----Original Message----- From: Scot VanAlstine [mailto:[EMAIL PROTECTED] Sent: 28 February 2005 18:26 To: CF-Newbie Subject: Re: Syntax for including break in a variable This was it... <cfset str = str & chr(10) & str_Line & chr(10)> Thanks Ya'll Scot VanAlstine www.wirez.com ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Purchase Dreamweaver with Homesite Plus from House of Fusion, a Macromedia Authorized Affiliate and support the CF community. http://www.houseoffusion.com/banners/view.cfm?bannerid=54 Message: http://www.houseoffusion.com/lists.cfm/link=i:15:702 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/15 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:15 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
