RE: Output Window
- From: kimiraikkonen <kimiraikkonen@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 18 Apr 2008 09:04:03 -0700
Greg,
In this hello world console application, clear function clears "hello world"
line properly. Then you must look at your code again:
Module Module1
Sub Main()
Console.WriteLine("hello world")
Console.Clear()
' Pause
Console.ReadLine()
End Sub
End Module
HTH,
Onur
"Greg" wrote:
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?
- Follow-Ups:
- RE: Output Window
- From: Greg
- RE: Output Window
- References:
- Output Window
- From: Greg
- Output Window
- Prev by Date: Re: Using an array of bytes with fixedoffset in a struct?
- Next by Date: Re: Using an array of bytes with fixedoffset in a struct?
- Previous by thread: Output Window
- Next by thread: RE: Output Window
- Index(es):
Relevant Pages
|