I figured it out! Using a number variable will make it output a character based on the number. The number is ASCII for whatever character is being shown. To show numbers with numbers you can figure out the ASCII code for each number or you can use the opposite of STR$ which I don't know what that is.