Writes the specified string value to the console.

[VBScript]
Public Sub WriteLine( _
   ByVal value As String _
)
[JScript]
public function WriteLine(
   value : String
);

Parameters

value
The message to display.

Remarks

Call this method to display a message in the console window.

See Also

Console Object | Console Members | HelpProducer Namespace