At 09:39 AM 11/14/2000 -0500, you wrote:
>Alex,
>
>The session scope is also a structure, so you can use the StructInsert on
>the Session scope as well. You can also use the format:
>
><CFSET Session[idx] = StructNew()>
>
>which is a little easier to read.

Thanks!

You know, I was staring right at the solution too. I was using 
CF_OBJECTDUMP to look at the session struct to see what was being added! I 
never though to add it to the session struct!

But, I still don't know the proper way to concatenate the word "session." 
and a variable name, and then use the resulting variable name as the name 
of a struct. It should work, but I haven't been able to get it to work 
properly.

Thanks for your help!

----------------------
Alex Sherwood

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

Reply via email to