Guest User

Untitled

a guest
Sep 25th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. <cfscript>
  2. files = [
  3. {".tag": "a"},
  4. {".tag": "b"},
  5. {".tag": "c"}
  6. ];
  7.  
  8. </cfscript>
  9.  
  10. <cfloop array="#files#" index="file">
  11. <cfdump var="#file#" />
  12. <!--- <cfoutput>#file[".tag"]#</cfoutput> --->
  13. </cfloop>
Add Comment
Please, Sign In to add comment