Re: CF9 Local scope issues

2010-04-29 Thread Andrew Scott
Dan, There are a lot of fixes coming for the local scope in the next updater, as there are some serious problems with the local scope in ColdFusion 9. On Fri, Apr 30, 2010 at 5:08 AM, Dan Crouch wrote: > > We are having all kinds of issues with the local scope in converting our > application

Re: CF9 Local scope issues

2010-04-29 Thread Azadi Saryev
how exactly are you setting these Filter_xxx vars in local scope? you are not defining local var as non-empty structure, are you? like var local = {"Filter_1"=x, "Filter_2"=y, ...} ? Azadi On 30/04/2010 03:34, Dan Crouch wrote: > That didn't work either. > > This also works fine, but I still do

Re: CF9 Local scope issues

2010-04-29 Thread Dan Crouch
That didn't work either. This also works fine, but I still don't get the changes to Local that make it so different now. Not to mention the code that needs to be changed to get this to work on CF9. >Use array notation: > >On Thu, Apr 29, 2010 at 2:08 PM, Dan Crouch wrote: > >> >>

Re: CF9 Local scope issues

2010-04-29 Thread morgan l
Use array notation: On Thu, Apr 29, 2010 at 2:08 PM, Dan Crouch wrote: > > ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseof

CF9 Local scope issues

2010-04-29 Thread Dan Crouch
We are having all kinds of issues with the local scope in converting our application over to CF9. I have a few variables in the local scope named Filter_1, Filter_2, etc.. So I am looping through a counter to see if they exist like this (loop excluded). The problem is that it never finds th