Hey, I got a list that I'm trying to alter with quote marks eg.
<cfset list = "0001,0002,0003"> <cfset vlist = "#valuelist(List)#"> BUT I want to put little quote marks around each item. eg <cfset vlist = "#valuelist(List)#"> <cfoutput>'0001','0002','0003'</cfoutput> etc I tried replace, and rereplace but i couldn't get it working... ideas? Jeremy --- You are currently subscribed to cfaussie as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/
