Skip to content

Instantly share code, notes, and snippets.

@cybersonic
Created January 22, 2013 08:57
Show Gist options
  • Save cybersonic/4593165 to your computer and use it in GitHub Desktop.
Save cybersonic/4593165 to your computer and use it in GitHub Desktop.
<cfscript>
nz = "Aotearoa";
arr = nz.toCharArray();
dump(arr);
</cfscript>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment