Re: [flexcoders] Strange behavior with array filter function

2008-06-13 Thread jitendra jain
une 14, 2008 8:22:24 AM Subject: [flexcoders] Strange behavior with array filter function Can anyone tell me what I am doing wrong with this filter function. I am passing in an array of valueObjects into the following filter function public static function filterCallSchedule( o:*, index:int, arr

Re: [flexcoders] Strange behavior with array filter function

2008-06-13 Thread jitendra jain
m Sent: Saturday, June 14, 2008 8:22:24 AM Subject: [flexcoders] Strange behavior with array filter function Can anyone tell me what I am doing wrong with this filter function. I am passing in an array of valueObjects into the following filter function public static function filterCallSched

[flexcoders] Strange behavior with array filter function

2008-06-13 Thread donvoltz
Can anyone tell me what I am doing wrong with this filter function. I am passing in an array of valueObjects into the following filter function public static function filterCallSchedule(o:*, index:int, arr:Array):Boolean { var modelLocator:AppModelLocator = AppModelLocator.getInstance(); t