Working with an array of objects
This is just about the stupidest problem I've seen but can't solve, but here is the code snippet:var items;var dailyReports=new Object();var dailyReportsArray=new Array();if (goodDoc){ var j=0; items=reportList.getChildren(); for each (child in...