You could just pass the cfhttp variable through a replace. It should parse
through the entire thing replacing one string with another.

Replace(cfhttpvar, "<BR><BR>","<P>", "ALL">

J.



John Wilker
Web Applications Consultant
Allaire Certified ColdFusion Developer

Office: 909-943-8428
www.billtracker.org <http://www.billtracker.org>


-----Original Message-----
From: webmigit [mailto:[EMAIL PROTECTED]]
Sent: Sunday, February 25, 2001 12:08 AM
To: CF-Server
Subject: Re: encrypt values in text controls


I'll be pulling data in via cfhttp... My goal is to make a print-friendly
script among other things...

Thanks,
Tony Hicks
----- Original Message -----
From: "John Wilker" <[EMAIL PROTECTED]>
To: "CF-Server" <[EMAIL PROTECTED]>
Sent: Sunday, February 25, 2001 12:37 AM
Subject: RE: encrypt values in text controls


> Is it coming from a db or a form or something?
>
> You could pass whatever variables you think will hold that string through
a
> replace() function.
>
> J.
>
> John Wilker
> Web Applications Consultant
> Allaire Certified ColdFusion Developer
>
> Office: 909-943-8428
> www.billtracker.org <http://www.billtracker.org>
>
>
> -----Original Message-----
> From: webmigit [mailto:[EMAIL PROTECTED]]
> Sent: Saturday, February 24, 2001 10:12 PM
> To: CF-Server
> Subject: Re: encrypt values in text controls
>
>
> Is there a way that I can take every instance of a given variable for
> instance '<br><br>' and make it replace with '<p>'?
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
------------------------------------------------------------------------------
To unsubscribe, send a message to [EMAIL PROTECTED] with 
'unsubscribe' in the body or visit the list page at www.houseoffusion.com

Reply via email to