My initial guess would be since you are treating this as a list the
commas are throwing things off since they are being treated as the
delimiter. It's difficult to diagnose without seeing more code - but
before I went and started trying to find/replace I'd make sure I was
defining and using a less common delimiter.
Why is it dumping all this into a list in the first place? :)
jim
DD> The code that is sending the commas as separate list items is:
DD> <cfloop list="#QGetContentItem.ContentItemFieldList#" index="CurrentItem"
delimiters=":">> <cfset ItemName=ListGetAt(CurrentItem,1,';')> <cfset
DD> FormFieldList=ListAppend(FormFieldList,evaluate("form.#ItemName#"))> <cfset
DD> DBFieldList=ListAppend(DBFieldList,ItemName)> </cfloop>
______________________________________________________________________
Why Share?
Dedicated Win 2000 Server � PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
Instant Activation � $99/Month � Free Setup
http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists