Summary
create project
in window1 "Opened"
hit:
For i As Integer = 0 To 10
print("console")
print("clear")
print("text")
Next
run prog, it's ok
you see the messages in console
now click button "Clear", visible console are empty
but if you use arrow up to scrollbar all buffer are visible
"Clear" is not clear 🙂 flush all buffer console or only visible party ?
Objo Studio Version
Operating System
Select the operating system(s) affected as tags for this post.
Steps To Reproduce
Expected Result
Actual Result
Screenshots, Logs, Or Sample Project