Output Window

Tech-Archive recommends: Fix windows errors by optimizing your registry



I am using the following command to output my results to the Output window
(for testing things out).

Console.WriteLine ("Output")

I'd like to clear the Output window of any previous output. I tried

Console.Clear

but, this results in an error.

Is there a way to clear previous output text in the Output Window?
.