I looked them over and added them to my functions list but haven't played
yet. I do plan to devote some time to digging into each one and then writing
it up as a FA article. (yes, we're getting FA back on track).
The StructAppend looks really useful for Fusebox in place of the loop used
on the form/url vars. It also looks useful in moving entire structures onto
the request variable. I think most if not all of these new functions were
written for just that thing.


> 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:
>
> StructAppend
> StructAppend adds all the fields and values of Struct2 to Struct1.
> Struct1 is changed in the process. Struct2 is not changed.
>
> StructAppend(Struct1, Struct2 [, OverwriteFlag])
>
>
> StructFindKey
> StructFindKey searches recursively through an arbitrarily complex
> sub-structure of nested arrays, structures, and other elements and
> returns an array containing any structures with values that match the
> key specified in the Key parameter.
>
> StructFindKey(Top, Key [, Scope])
>
>
> StructFindValue
> StructFindValue searches recursively through an arbitrarily complex
> sub-structure of nested arrays, structures, and other elements and
> returns an array containing any structures with values that match the
> key specified in the Key parameter.
>
> StructFindValue(Top, Key [, Scope])
>
>
> StructGet
> StructGet returns a valid ColdFusion array of structures from the
> specified path.
>
> StructGet(PathDesired)
>
>
> StructSort
> StructSort returns an array of structures containing top-level key
> names (strings) sorted according to the value of the specified
sub-element.
> The value of the keys may be simple values or complex elements.
>
> StructSort(Base [, SortType, SortOrder, PathToSubElement])
>
>
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> 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
>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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