Ok, I think my error lies in my array. If I pass a simple array it works, but 
as soon as I pass an array of objects, it breaks. Could it me a mal formed 
array? Here is how I am createing my array of objects:

            aAssignments = new Array();

            for(var i = 0; i <sourceProvider.length; i++){
                for(var n = 0; n < items.length; n++){
                    if(sourceProvider[i].NUMPROJECTID != items[n].NUMPROJECTID){
                        aAssignments.push(sourceProvider[i])
                    }
                }
            }







------------------------ Yahoo! Groups Sponsor --------------------~--> 
Most low income homes are not online. Make a difference this holiday season!
http://us.click.yahoo.com/5UeCyC/BWHMAA/TtwFAA/nhFolB/TM
--------------------------------------------------------------------~-> 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to