Why not make a duplicate of the list, use RegExp to replace "oat" with a single delimiter such as a pipe "|" and then loop though the list. That way you only have to do the loop once.
On Fri, Feb 12, 2010 at 9:12 AM, Paul Alkema <[email protected]>wrote: > > Hey guys thank you all for your help. I think the answer to my original > question is no ColdFusion doesn't support multiple character delimiters > however there are a few options for replacements. > > Charlie, I actually have been using conditional statements like your > example > for instances where I need to use multiple character delimiters, I just > wasn't sure if there was a better way of doing this. > > Thanks though! > Paul > > -----Original Message----- > From: Leigh [mailto:[email protected]] > Sent: Thursday, February 11, 2010 10:55 PM > To: cf-talk > Subject: Re: Cfloop List Multiple Charecter Delimiters > > > > My answer was just... keep it simple :) > > Always good advice :) > > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330643 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

