That’s what I get for doin it off the top of my head...

I don’t usually need to worry about them both as if I am looking for a
crlf then I set up  vairable... But mainly its for formating pages and
so I just look for the one i.e. Replace(sMyString, Chr(13), "<BR>",
"ALL")



-----Original Message-----
From: Howie Hamlin [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, May 15, 2001 15:34
To: CF-Talk
Subject: Re: finding special characters in a list


It should be chr(13) & chr(10) and not the other way around.  Not sure
if that will work or not as I'm not sure what Studio flags as a
paragraph but that is the proper sequence of CR and LF chars...

HTH,

Howie Hamlin - inFusion Project Manager
On-Line Data Solutions, Inc.
www.CoolFusion.com
631-737-4668 x101
inFusion Mail Server (iMS) - The Intelligent Mail Server

----- Original Message -----
From: "Stephenie Hamilton" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, May 15, 2001 10:28 AM
Subject: RE: finding special characters in a list


> this doesn't seem to work, i need it to find the paragraph break, 
> which seems to be different than a carriage return/line feed....
>
> <cfset errorText = Find(Chr(10) & Chr(13), mylist)>
>
>  i have tried &para;, no luck...
>
> --
> Stephenie
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to