Good evening all!

I am having problems with a setting a dynamic variable. I'm trying to set
TempArray[1].GroupAccess[1] to some value. It is an array inside a struct,
inside an array (whew!)

I can execute...

        <CFSET TempArray[1].GroupAccess[1] = "hi">

...just fine. But if I try...

        <CFSET VarName = "TempArray[1].GroupAccess[1]">
        <CFSET "#VarName#" = "hi">

... I get an error message saying that the variable name is illegal!

If anyone has any ideas as to why this happens, please respond! Thanks in
advance!

Norman Elton

------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to