On Monday, Jul 28, 2003, at 16:07 US/Pacific, Brad Howerter wrote:
> In the CFML reference, in the usage section of the cfreturn page.  
> It's also that way on the livedocs page for cfreturn.

Here's what that section says:

"Usage

    This tag is equivalent to a return statement within a cfscript tag. 
It accepts one return variable argument. To return more than one value, 
populate a structure with name-value-pairs, and return the structure 
with this tag.

    To access the result value from this tag, you use the variable scope 
that is the value of the cfinvoke tag returnVariable attribute.

    You can code a maximum of one cfreturn tag within a function.

    For example code, see the Building and Using ColdFusion Components 
chapter of Developing ColdFusion MX Applications with CFML."

I assume you're referring to the line "You can code a maximum of one 
cfreturn tag within a function."?

I didn't notice that first time around. It certainly doesn't sound 
right. I'll mention it to the doc team and see if we can get that fixed 
for the online version of the Red Sky docs...

Sean A Corfield -- http://www.corfield.org/blog/

"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to