Name DeleteOutput
Type Method
Summary Clears all output from the output window.
Prototype void DeleteOutput();
Description Clears all output from the output window. There is no confirmation dialog.
VBscript example
world.DeleteOutput
Jscript example
world.DeleteOutput();
PerlScript example
$world->DeleteOutput();
Returns Nothing.

See also ...