>On Thu, Jul 17, 2008 at 10:58 AM, Kenny Kinds <[EMAIL PROTECTED]> wrote: > > > > >not sure what you're trying to do in your code. > >what is the listQualify() meant to do? if you're trying to create a comma >delimited list from a string, i'd use listChangeDelims() and change the >spaces to commas. listQualify(), as you're using it, isn't going to give >you what you want. you might want to try outputting your variables at >different points in the code to see that the values are what you're >expecting (i think they won't be). > >another point to raise is that a string is already a list, just delimited >with a space instead of a comma. really not much point in changing the >delims when you've got a workable list already. > >also not at all sure why you're using a single quote as the delimiter in >your list-based cfloop? > >might be easier if you show us what input you're receiving, and then show us >what the desired output/result should be? > >-- >A byte walks into a bar and orders a pint. Bartender asks him "What's >wrong?" Byte says "Parity error." Bartender nods and says "Yeah, I thought >you looked a bit off."
thank a lot. I didn't even think about that. I'll give it a shot. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:309241 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

