[ACFUG Discuss] dynamic structs/variable

2007-03-05 Thread Steven Ross
ok so for whatever reason (I'd rather not hear arguments why not to do this) I want to try to do this: cfset structVarName = myStruct / cfset #structVarName# = StructNew()/ cfset keyVariable = steven.ross / cfset theValue = a name / cfset structVarName[keyVariable] = theValue / the last part

RE: [ACFUG Discuss] dynamic structs/variable

2007-03-05 Thread Gurevich, Gerry \(NIH/NIEHS\) [C]
Discuss] dynamic structs/variable ok so for whatever reason (I'd rather not hear arguments why not to do this) I want to try to do this: cfset structVarName = myStruct / cfset #structVarName# = StructNew()/ cfset keyVariable = steven.ross / cfset theValue = a name / cfset structVarName[keyVariable

Re: [ACFUG Discuss] dynamic structs/variable

2007-03-05 Thread Steven Ross
, 2007 4:21 PM To: ACFUG ColdFusion Discussion Subject: [ACFUG Discuss] dynamic structs/variable ok so for whatever reason (I'd rather not hear arguments why not to do this) I want to try to do this: cfset structVarName = myStruct / cfset #structVarName# = StructNew()/ cfset keyVariable

Re: [ACFUG Discuss] dynamic structs/variable

2007-03-05 Thread Jeremy Allen
] dynamic structs/variable ok so for whatever reason (I'd rather not hear arguments why not to do this) I want to try to do this: cfset structVarName = myStruct / cfset #structVarName# = StructNew()/ cfset keyVariable = steven.ross / cfset theValue = a name / cfset structVarName[keyVariable