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 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.
>
> <cfif structKeyExists(local,"Filter_#loopcount#")>
>
>
>
>> Use array notation: <cfif isDefined(local["Filter_#LoopCount#"])>
>>
>> On Thu, Apr 29, 2010 at 2:08 PM, Dan Crouch <stario...@yahoo.com> wrote:
>>
>>> <cfif isDefined("local.Filter_#LoopCount#")>
>>>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:333275
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to