Skip to content

Instantly share code, notes, and snippets.

Created June 19, 2015 18:51
Show Gist options
  • Save anonymous/4ac3702b74bd79b5d1f8 to your computer and use it in GitHub Desktop.
Save anonymous/4ac3702b74bd79b5d1f8 to your computer and use it in GitHub Desktop.
TryCF Gist
<cfset foo="t,u,n,f,o,a,c,r,v">
<cfset msg = ListChangeDelims(foo,'="",')>
<cfset msg &= '=""'>
<cfoutput>#msg#</cfoutput>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment