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

