<cfset testChar = "<Here's the String>"> <cfset newChar = Mid(testChar, 2, #len(testChar)#-2)>
Michael Corrigan Programmer Endora Digital Solutions www.endoradigital.com 630/942-5211 x-134 ----- Original Message ----- From: raphael To: CF-Talk Sent: Friday, November 09, 2001 9:37 AM Subject: getting xxx from <xxx> How would this be accomplished? getting xxx from <xxx> I was going to do a find on both "<" and ">" and get the middle but I'm thinking of removing anything else then trimming left(1) and right(1) Raph. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm 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

