Skip to content

Instantly share code, notes, and snippets.

@bharat20185
Last active December 23, 2019 11:07
Show Gist options
  • Save bharat20185/387e1da7345327371e57e6091209e14b to your computer and use it in GitHub Desktop.
Save bharat20185/387e1da7345327371e57e6091209e14b to your computer and use it in GitHub Desktop.
<cfscript>
variables.myArr = ["John", "Doe", "Tom"];
loop array="#variables.myArr#" item="variables.ele" {
writeOutput(variables.ele)
}
</cfscript>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment