You need to change the loop to "For each X element". This will not fix the problem (if there is any), but it's more efficient.
You're monitoring only one fixed array element with browser log - CraftingTable.At(1,2). Try changing this to CraftingTable.At(CraftingTable.CurX,2)
Also, have you tried Debug Mode? You'll be able to see the entire array.