[This followup was posted to cf-talk and a copy was sent to the cited 
author.]

In <D09A1A0FB7FDD211A92D00805FBBD8A1A57946@CLTNTSXCHANGE>, 
[EMAIL PROTECTED] ([EMAIL PROTECTED]) in a fit of unbridled passion, 
wrote:
> You seem to be missing something here. Structure's can be nested to the Nth
> level:
> 
> <cfscript>
>       access_flags = StructNew();
>       access_flags["is_superuser"] = StructNew();
>       access_flags["is_superuser"].default_value = 0;
>       access_flags["is_superuser"].description = "Is this user an
> administrator?";
> </cfscript>

Very nice.  THANK YOU!

I always appreciate help instead of flaming.

(and it took you 1/4 as much typing to tell me how to do what I wanted 
to do than it took the other fellow to tell me what an extreme idiot I 
am)
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
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