CLS problem
Blitz3D Forums/Blitz3D Beginners Area/CLS problem| 
 | ||
| whenever I use the command 'cls', It clears the screen, but then the new text would appear AFTER the original text, even though it has been cleared. Can somebody help me? | 
| 
 | ||
| You mean that the new print is not drawn at the top of the screen ? And you want the new print to be drawn at the top of the screen ? If yes : Locate(0,0) |