Console.WriteLine Method |
Writes the specified string value to the console.
[VBScript] Public Sub WriteLine( _ ByVal value As String _ )
[JScript] public function WriteLine( value : String );
Call this method to display a message in the console window.