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 iknowkungfoo/56ddc8bf5aa3d64d1beab0375d86758e to your computer and use it in GitHub Desktop.
Save iknowkungfoo/56ddc8bf5aa3d64d1beab0375d86758e to your computer and use it in GitHub Desktop.
<cfoutput>
<cfloop from="1" to="#len(loadFields.body)#" index="q">
[#asc(mid(loadFields.body, q, 1))#]-
</cfloop>
</cfoutput>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment