I have to pass a variable whose value I set inside cfscript block in controller 
method. Then I call one of the methods with the help of object which updates 
the records but to update the records, I need the variable stored in the 
controller cfscript block. Please help me how can I do that.

<cfloop list="#result#" delimiters="&" index = "param">
<cfscript>
                                                parameter = 
Left(param,Find('=',param)-1);
                                        if (parameter eq 'RESULT')
                                        evaluate('PFP_' & 
Left(param,Find('=',param)-1) & " = " & 
Right(param,Len(param)-Find('=',param)));
                                        </cfscript>
                                </cfloop> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:310923
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to