Instead of printing X and Y, try printing CHR$(X) and CHR$(Y). That's how you convert a number into a character. If you want to know which character gives what number (or if you just want to do the opposite of CHR$), try ASC("[your character]"). I hope I helped!