Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trycf/0242e66dfa647dcf7cb392993ef81614 to your computer and use it in GitHub Desktop.
Save trycf/0242e66dfa647dcf7cb392993ef81614 to your computer and use it in GitHub Desktop.
TryCF Gist
<cfscript>
var test = "sebastian.mueller@nbsp.de,
walter.seethaler@nbsp.de,katrin.bartonizek@nbsp.de,andreas.linnert@nbsp.de";
dump(test.toarray());
</cfscript>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment