DeleteOutput
Script function

world.DeleteOutput

DOC_scripting Read about scripting

Type

Method

Summary

Clears all output from the output window.

Prototype

void DeleteOutput();

DOC_data_types View list of data type meanings


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 ...

Functions

FNC_DeleteCommandHistory DeleteCommandHistory (Deletes command history list.)
FNC_DeleteLines DeleteLines (Clears some recent lines from the output window.)

(Help topic: function=DeleteOutput)

DOC_contents Documentation contents page