On Dec 26, 2007 10:25 PM, James Schell <[EMAIL PROTECTED]> wrote: > Regarding the scoping I was looking in the new wack ver 8 book and did not > see anything listed regarding scoping on a cfreturn variable per se, pgs 214 > to 215. > > Can you shed any more light on this subject? >
You won't see that because a 'return' variable doesn't exist. It isn't special. It is just the variable you return. The 'rule' then still applies - if you MAKE the variable in the UDF, which you did, you need to var scope it. =========================================================================== Raymond Camden, Camden Media Email : [EMAIL PROTECTED] Blog : www.coldfusionjedi.com AOL IM : cfjedimaster Keep up to date with the community: http://www.coldfusionbloggers.org ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:295402 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

