Just using another String variable and not returning the valueList directly might solve? Like <cfparam someVar type="string" default=" "> <cfset someVar = valueList(query.column)> and return the someVar at the end of the function with <cfreturn someVar>?
-----Original Message----- From: Dawson, Michael [mailto:[EMAIL PROTECTED] Sent: Thursday, February 02, 2006 12:57 PM To: CF-Talk Subject: ValueList and Dynamic Query and Column I think I remember this being a problem, but I'm trying to create a value list from a dynamic query and column. Something like this: function(query, column) { return valueList(query.column); } That's the gist of it, but it doesn't work. Any suggestions? Thanks M!chael A Dawson Manager of Web Applications Office of Technology Services University of Evansville 1800 Lincoln Avenue Evansville, IN 47722 812-488-2581 MSN Messenger ID: [EMAIL PROTECTED] "There are 10 types of people in the world: Those who understand binary numbers and those who don't." ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:231208 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

