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/f11a90c7ed85032530c820d64a46efba to your computer and use it in GitHub Desktop.
Save trycf/f11a90c7ed85032530c820d64a46efba to your computer and use it in GitHub Desktop.
TryCF Gist
<cfscript>
q = queryNew( [
{ id: 10, label: "Ten" },
{ id: 20, label: "Twenty" }
] )
</cfscript>
<cfoutput>
<cfloop query="q">
#q.label#
</cfloop>
</cfoutput>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment