Implicit Structure Notation


/ Published in: ColdFusion
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <cfset sample_struct = {
  2. sample_id = "#createUUID()#"
  3. , sample_title = "Sample Title"
  4. , sample_desc = "Sample Description"
  5. , sample_active_cd = "1"
  6. } />

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.