Sam Farmer wrote: > I'll leave it to others to classify it as a bug or a feature.
It's a feature (I think). Not that I've ever had reason to use or allow for alternative delimiters in CF yet... > I get around it by doing this: > <cfset tmpWhere = ListAppend(tmpWhere,c,"~")> > and then when done with all my list appends: > <cset tmpWhere = replace(tmpWhere,"~"," AND ","all")> FWIW, I use listchangedelims(tmpWhere, ' AND ', '~') in similar circumstances; it's worth noting that arraytolist() also allows a multi-char delimiter - I often build query "where" clauses in arrays and glue them together that way. -- Pete Jordan Horus Web Engineering Ltd http://www.webhorus.net/ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:200924 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

