Question, I am using a defined matrice at the bottom of my program for a game board. I want to be able to move pieces on it. Is there a way I can save my moved pieces into it? Like if cordinate (1,2) used to be blank but now it has a piece on it that the matrix would have it stored. So if I wanted to reload the whole board I could and it wouldn't mess up what I had already stored! John