ClearConsole() - not working?
Posted: Sat Apr 27, 2024 3:23 pm
Hello,
Testing 6.11 beta 1
For the life of me I can't get ClearConsole() to do just that, clear the console.
for example:
This should have left a blank screen and a blinking cursor before ending the program (I assume)
The cursor was there awaiting input but the two lines were still on the screen
What am I doing wrong?
Thanks for the help.
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.