Return to Snippet

Revision: 7516
at December 30, 2008 15:49 by burnsra


Updated Code
<cfset sample_struct = {
	sample_id = "#createUUID()#"
	, sample_title = "Sample Title"
	, sample_desc = "Sample Description"
	, sample_active_cd = "1"
} />

Revision: 7515
at July 31, 2008 11:08 by burnsra


Updated Code
<cfset plant_struct = {
	mfg_plant_no = ""
	, mfg_plant_name = ""
	, mfg_div_id = ""
	, metrics_plant_value = ""
} />

Revision: 7514
at July 28, 2008 10:50 by burnsra


Initial Code
< cfset plant_struct = {
	mfg_plant_no = ""
	, mfg_plant_name = ""
	, mfg_div_id = ""
	, metrics_plant_value = ""
} / >

Initial URL


Initial Description


Initial Title
Implicit Structure Notation

Initial Tags


Initial Language
ColdFusion