Clears the console window.

[VBScript]
Public Sub Clear()
[JScript]
public function Clear();

Remarks

Call this function to clear the console window.

See Also

Console Object | Console Members | HelpProducer Namespace