That isn't why you can use spaces Zenar. I was the one that found out about this little work around when I made my Yahtzee script. You can read spaces from any text file, ini, txt, rtf, ect. You must read line one, two, and so on. And must be done in mode l. But in mode l there is a limit to the number of characters it can save to a variable. When it reads the line and saves it to the variable in mode l, it saves the multiple spaces that way. I'm not sure if multi spaces work in mode c. But I might mess around and try to get something working. If it is read in mode c, then it saves the stuff to your memory, no short limit like mode l has.