hey....thanks.....this works........much appreciated!

<CFSET temp=profile>
 
 <CFLOOP index="index" from=1 to=1000>
<CFSET temp2 = Findnocase("<",trim(temp),1)>
<CFSET temp3 = Findnocase(">",trim(temp),1)>
<CFIF temp2 EQ 0>
<CFBREAK>
</CFIF>

<CFSET temp= removechars(temp, temp2, evaluate((temp3-temp2)+1))>
</CFLOOP>



----- Original Message ----- 
From: "Phoeun Pha" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, June 25, 2002 4:30 PM
Subject: RE: Removing html tags stored with text in a database THE CODE
______________________________________________________________________
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to