This didn't go through the first time. Apparently every other language under the sun has a "find last occurance of" function...except CF. Argh
----- Original Message ----- From: "Jon Hall" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 20, 2002 2:50 PM Subject: remove from last occurence of char? > I have an interesting problem, I need to remove the last part of a string > from the last occcurance of a character. The only solution I can think of is > to reverse the string, do a find for the first occurance, remove the part, > then reverse it back (I've coded this)...it just seems like there should be > a better way. Any ideas? > > jon > ______________________________________________________________________ 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

