for (var i:int = 0; i < newRow.length; i++) { if (newRow[i]["var1"] == 100) { newRow[i]["var1"] = 1; } }