<cfscript>
        for(key in yourStruct)
                WriteOutput(key & ":" & yourStruct[key]);
</cfscript>


Matt Liotta
President & CEO
Montara Software, Inc.
http://www.montarasoftware.com/
888-408-0900 x901

> -----Original Message-----
> From: Cutter (CF_Talk) [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, December 31, 2002 3:42 PM
> To: CF-Talk
> Subject: CFC Question
> 
> I know that this has been asked, but I can't find it in the archives
> 
> I have created a CFC with a function getTitle. The function has a
return
> type of struct. After calling the function through CFInvoke, how do I
> loop through the struct to display my data? There doesn't appear to be
a
> lot of information on this at MM...
> 
> Cutter
> 
> 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Reply via email to