> Code are passed as
> selState = 'AL,AK,AS,AZ,AR,CA,CO,CT,DC,DE,FL,GA'
> 
> I wonder if there is a way to make the list like
> selState = 'AL','AK','AS','AZ','AR','CA','CO','CT','DC','DE','FL','GA'

There is a CF function for accomplishing this.

<cfset quotedselstate = listqualify(selstate,"'")>


- Sean

~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Sean Daniels
Manager, Engineering
DealStream.com
[EMAIL PROTECTED]
http://www.dealstream.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tel: 207.439.6030
cel: 978.764.0779
 


------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to