>               // Pass the structure back to the caller
>               x = Evaluate("caller.#Attributes.ReturnStruct# = strTemp");

You could start by removing this evaluate (it shouldn't matter that 
much, but should make it faster if written as:

<cfset "caller.#Attributes.ReturnStruct#"=strTemp">

Jesse


______________________________________________________________________
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to