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

Reply via email to