Re: [cfaussie] Recursive function giving me 500 null error

2010-08-12 Thread Robin Hilliard
On 12/08/2010, at 2:34 PM, Seona Bellamy 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= cfscript var result =

Re: [cfaussie] Recursive function giving me 500 null error

2010-08-12 Thread Robin Hilliard
On 12/08/2010, at 4:18 PM, Robin Hilliard wrote: structFindValue(returnValue[id], , all) to get an array of all the keys under a branch of the result. Ah it's not quite right, when you first create a key in stDependencies you should set it to , and only replace it with a struct if something

Re: [cfaussie] Recursive function giving me 500 null error

2010-08-12 Thread Sean Corfield
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=        ...                

Re: [cfaussie] Recursive function giving me 500 null error

2010-08-12 Thread Seona Bellamy
On 12 August 2010 16:27, Sean Corfield seancorfi...@gmail.com wrote: 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

[cfaussie] Recursive function giving me 500 null error

2010-08-11 Thread Seona Bellamy
Hi guys, Trying to make a little helper tool for an online game that I play. The game has a very complex crafting system, and I'm trying to put together something to allow me to select an item I can craft and find out: a) all the things I need to make that item, all the way back to the raw

RE: [cfaussie] Recursive function giving me 500 null error

2010-08-11 Thread Dale Fraser
/ http://learncf.com http://flexcf.com From: cfaussie@googlegroups.com [mailto:cfaus...@googlegroups.com] On Behalf Of Seona Bellamy Sent: Thursday, 12 August 2010 2:34 PM To: CFAussie Subject: [cfaussie] Recursive function giving me 500 null error Hi guys, Trying to make a little helper tool