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 is the part I can't get to work... tired all sorts of
flavors of evaluate, and I would have included a few examples of what
I have tried but, figured that would confuse the issue. Any help would
be appreciated.

-Steven


--
Steven Ross
web application & interface developer
http://www.zerium.com
[mobile] 404-488-4364
[fax] 267-482-4364


-------------------------------------------------------------
To unsubscribe from this list, manage your profile @ http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-------------------------------------------------------------



Reply via email to