I am working on a sudoku game and am having trouble getting values out of an array. I load values into an array from a json file, the values show up in debug mode right where they belong. I am using a loop to pull the values out of the array and put them into the squares for the numbers. The first value comes out fine and sets the square to the correct number. From there on out I get only zero. I have shortened the array to simplify testing and the rest of the code and layout is kind of a mess from all my failed testing. But if anyone can help I would be very grateful. I have searched the forums and tutorials and have not found a solution.
Here is a .rar of the whole project so it includes the files I am loading in.
https://dl.dropboxusercontent.com/u/6234471/Sudoku4.rar