> > <cfset
> StructAppend(session['memberRegister'],STRFIELDNAME)>
StructAppend, appends the contents of one structure onto another. STRFIELDNAME
looks like a simple value. If you are trying to create a dynamic key, just use
array notation
ie
<cfset session.memberRegister[STRFIELDNAME] = "">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive:
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:338674
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm