Created
April 18, 2019 22:39
-
-
Save iknowkungfoo/56ddc8bf5aa3d64d1beab0375d86758e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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