;) The array stuff is really very useful - I can't remember who had the problem that I just blogged about, and I can't think how that situation could unavoidably arise, but that fixed it in a jiffy.
Back to the problem though. In CF8, ditching the listQualify does indeed show a double comma for the blank values. So if using CF8 you could do something like: var columnNameArray = new Array(<cfoutput>"#Replace(arrayToList(columnName), ',', '","', 'all')#"</cfoutput>); Not very pretty but it should work. Basically ListQualify() still has the blank list item 'bug'. -- Blog it up: http://fusion.dominicwatson.co.uk ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:299302 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

