world.DeleteOutput
Clears all output from the output window.
Prototype
void DeleteOutput();
Description
Clears all output from the output window. There is no confirmation dialog.
To delete part of the output buffer only, see DeleteLines.
VBscript example
world.DeleteOutput
Jscript example
world.DeleteOutput();
PerlScript example
$world->DeleteOutput();
Python example
world.DeleteOutput
Lua example
DeleteOutput()
Return value
Nothing.
See also
| Function | Description |
|---|---|
| DeleteCommandHistory | Deletes command history list. |
| DeleteLines | Clears some recent lines from the output window. |