Game Development Community

Clear the console

by gamer · in Torque Game Engine · 07/26/2006 (4:03 pm) · 4 replies

How do I clear the console?

#1
07/26/2006 (4:12 pm)
The console command is clear();

BTW, I got the answer by typing "clear the console" into the search box up there and looking at the first result.
#2
07/26/2006 (4:26 pm)
It doesn't work for me, what are you calling clear() on?
#3
07/26/2006 (4:30 pm)
In the console. Of course, I'm at work, so I can't test it. A different result says "cls();" should do it... try that.
#4
07/26/2006 (6:19 pm)
Ok cls() does it, thank you!