try rereplace( wrap(str), chr(10), "<br/>", "all" ))
stewart -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mike Kear Sent: Tuesday, 7 December 2004 2:13 PM To: CFAussie Mailing List Subject: [cfaussie] Re: Wrap Function (MX6.1) - does it work? Hmmmm good point, Darryl. Didn't think of that - the source code wraps. When I view source, the lines are wrapped, but on the browser, they aren't. I guess it's outputting Unix newlines that IE6 is ignoring. Back to the old fashioned looping over it with a UDF that truncates at word endings, which was my first choice anyway. Cheers Mike Kear Windsor, NSW, Australia AFP Webworks http://afpwebworks.com .com,.net,.org domains from AUD$20/Year On Tue, 7 Dec 2004 13:06:36 +1000, Darryl Lyons <[EMAIL PROTECTED]> wrote: > So there are no newline characters in the resulting string at all? > > [EMAIL PROTECTED] wrote on 07/12/2004 12:59:22 PM: > > --- 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/ --- 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/
