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/29c0fa7941211d5e59e6ccf9d899ef4e to your computer and use it in GitHub Desktop.
Save trycf/29c0fa7941211d5e59e6ccf9d899ef4e to your computer and use it in GitHub Desktop.
TryCF Gist
<cfset x = chr(49)&chr(13)&chr(10)&chr(50)&chr(13)&chr(10)&chr(51)>
<cfoutput>
<textarea rows="10">#encodeForHTML(x)#</textarea>
</cfoutput>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment