Thats not how i did it before, but thats FAR more elegant. Thanks! I'm assuming endsWith() is a java string function is it? Where can i find a list of all these functions? I ought to know more about them.
Cheers Mike Kear Windsor, NSW, Australia Adobe Certified Advanced ColdFusion Developer AFP Webworks http://afpwebworks.com ColdFusion, PHP, ASP, ASP.NET hosting from AUD$15/month On 12/6/06, Andrew Scott <[EMAIL PROTECTED]> wrote: > > Mike > > <cfif string.endsWith('\')> > <cfset string = left(string, Len(string) - 1 ) /> > </cfif> > > > > Andrew Scott > Senior Coldfusion Developer > Aegeon Pty. Ltd. > www.aegeon.com.au > Phone: +613 8676 4223 > Mobile: 0404 998 273 > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en -~----------~----~----~----~------~----~------~--~---
