Guest User

Untitled

a guest
Dec 12th, 2018
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. <cfscript>
  2.  
  3. foo =
  4. {
  5. "bar" : 20
  6. };
  7. </cfscript>
  8. <cfoutput>
  9. <cfset myValue = "#StructKeyExists(foo, "bar") ? foo.bar : "BLARG"#">
  10. #myValue#
  11. </cfoutput>
Add Comment
Please, Sign In to add comment