Searches recursively through a substructure of nested arrays, structures, and other elements for structures with values that match the search key in the value parameter.
An array that contains structures with values that match the search key value. If none are found, returns an array of size 0.
StructFindValue( top, value [, scope])
The fields of each structure in the returned array are:
Key: name of the key in which the value was found
Path: string which could be used to reach the found keyOwner: parent object that contains the found keyA structure's keys are unordered.
<cfset aResults = StructFindValue( #request#, "235" )>
ColdFusion 9 | ColdFusion 8 | ColdFusion MX 7 | ColdFusion MX 6.1 | ColdFusion MX | Forums | Developer Center | Bug Reporting
Version 6
Comments are no longer accepted for ColdFusion MX. ColdFusion 8 is the current version.
RSS feed | Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/coldfusion/6/CFML_Reference/functions-pt294.htm
Comments
Choopernickel said on Feb 13, 2003 at 3:10 PM : girishpoojari said on Feb 19, 2003 at 10:49 PM : superbullet said on Apr 26, 2005 at 12:20 PM :