1. <cfset thing = StructNew() />
  2. <cfset thing.ThisOneFirst = 1 />
  3. <cfset thing["ThisOneSecond"] = 2 />
  4. <cfset StructInsert(thing,"ThisOneLast",3) />
  5. <cfdump var="#thing#" />