On Wed, Aug 11, 2010 at 9:34 PM, Seona Bellamy <seon...@gmail.com> wrote:
>     <cffunction name="downTree" hint="Returns the details of everything
> needed to make an item" access="public" returntype="array" output="no">
>         <cfargument name="aItems" type="array" required="no" default="">
>        ...
>                 downTree(result);

Bear in mind that this copies result so changes made inside downTree()
are on a copy, not the original, so after calling downTree(), result
won't have changed.
-- 
Sean A Corfield -- (904) 302-SEAN
Railo Technologies, Inc. -- http://getrailo.com/
An Architect's View -- http://corfield.org/

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

-- 
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaus...@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.

Reply via email to