I'll tackle one of these - StructGet()

Think of StructGet as a mega cfparam tag. You can do this:

<CFSET StructGet("Request.Foo.Lower.RealLow.Blah")>

and it will create the structure. If you did this with cfparam, it would
actually create a key called foo.lower.reallow.blah. StructGet actually
creates a Foo struct, then a lower struct, reallow, blah, etc. You can also
do:

<CFSET StructGet("Request.Foo.Arr[1].RealLow")> and it will create Arr as an
array.

=======================================================================
Raymond Camden, Principal Spectra Compliance Engineer for Allaire

Email   : [EMAIL PROTECTED]
ICQ UIN : 3679482

"My ally is the Force, and a powerful ally it is." - Yoda


> -----Original Message-----
> From: pan [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, November 29, 2000 10:12 AM
> To: CF-Talk
> Subject: new struct func (4.5.1.sp2)
>
>
> has anyone gained sufficient insight from the
> extremely sparse release notes to understand
> how to use the new struct funcs?
>
> fertile ground for a new tutorial/examples
>
> release notes:
>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to