Thanks again. I got the game basically finished, except for one thing. I replaced the numbers to the top with letters, and the game translates the letter into a X-coordinate, but I realized that Battleship might actually have the letters to the side, for the Y-coordinate. This makes things a bit more complicated. Is there a way, like in Java, to change A to B easily, like A+1 would normally?