Hi,

Is there any documentation on StructSort. I need to use StructSort to sort
the results of a cfa_contentOBjectFind on one of the properties. 

<cfa_contentObjectFind  datasource="#request.cfa.datasource.dsn#"
                        r_lObjects="idObject"
                        bActiveOnly="true"
                        fullTextSearchCriteria="#searchTerm#"
                        r_qObjects = "qObjects"
                        r_stObjects ="stObjects"
                        typeID="622BAFE3-18B9-11D5-A42C006094A38F50">

        
        <CFSET Sorted = StructSort(stObjects,"","desc","exhibit_title")>

I am not sure what goes into the second parameter. 

Thanks

Nitin


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
------------------------------------------------------------------------------
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/spectra_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to