I meant <cfset out_var = mid(some_var,2,3)>


Steven D Dworman
-------------------------------------------------------------------------
Web Consultant
Systems Administrator

ComSpec International - http://www.comspec-intnl.com
phone: 248.647.8841
cell:  734.972.9676
-------------------------------------------------------------------------
EMPOWER-XL ***Software for Higher Education***
http://www.empower-xl.com
-----Original Message-----
From: Steven Dworman [mailto:[EMAIL PROTECTED]]
Sent: Friday, November 09, 2001 10:57 AM
To: CF-Talk
Subject: RE: getting xxx from <xxx>

<cfset some_var = "<xxx>">

<cfset out_var = mid(string_var,2,3)>

<cfoutput>#out_var#</cfoutput>


Steven D Dworman
-------------------------------------------------------------------------
Web Consultant
Systems Administrator

ComSpec International - http://www.comspec-intnl.com
phone: 248.647.8841
cell:  734.972.9676
-------------------------------------------------------------------------
EMPOWER-XL ***Software for Higher Education***
http://www.empower-xl.com
-----Original Message-----
From: raphael [mailto:[EMAIL PROTECTED]]
Sent: Friday, November 09, 2001 10:37 AM
To: CF-Talk
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.


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to