I working on a game using the DPC+ kernel. I'd like to use the score at the bottom of the screen to display both a score and a timer value (0-99 seconds). That is, the left most digits would be the score and the right most digits a timer value. Of course, I'd like to use one of the digits as a space (i.e., displays no number) to seperate the values. Do you think it is even possible to insert a space into the score? I havent found any information on how, exactly, the score display works. Thoughts? Thanks.