Register forum user name Search FAQ

DeleteOutput

Script function

world.DeleteOutput

Read about scripting

Type

Method

Summary

Clears all output from the output window.

Prototype

void DeleteOutput();

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

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

(Help topic: function=DeleteOutput)

Documentation contents page


Search ...

Enter a search string to find matching documentation.

Search for:   

Information and images on this site are licensed under the Creative Commons Attribution 3.0 Australia License unless stated otherwise.