Testing 6.11 beta 1
For the life of me I can't get ClearConsole() to do just that, clear the console.
for example:
Code: Select all
OpenConsole()
PrintN("Something...")
PrintN("Something else...")
ClearConsole()
Input()
End
The cursor was there awaiting input but the two lines were still on the screen
What am I doing wrong?
Thanks for the help.