Hey there, right now I've got a little puzzle I can't seem to solve right now I have a string
91766,91777,91778 (basically a comma delimited list of zip codes) That I need to fix up with single quotation marks so I can search against in a database string, basically like this '91766','91777','91778' etc. How would you go about doing this? All the functions I've tried seem to have problems with the single quotes vs. double quotes. Thanks! Gregory Harris [EMAIL PROTECTED] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. 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

