Register forum user name Search FAQ

DeleteCommandHistory

Script function

world.DeleteCommandHistory

Read about scripting

Type

Method

Summary

Deletes command history list.

Prototype

void DeleteCommandHistory();

View list of data type meanings

Description

Deletes any commands in the command history list for all windows. If you have multiple windows open to this world all comand histories will be deleted. There is no confirmation dialog.


VBscript example

world.DeleteCommandHistory


Jscript example

world.DeleteCommandHistory();


PerlScript example

$world->DeleteCommandHistory();


Python example

world.DeleteCommandHistory


Lua example

DeleteCommandHistory()


Return value

Nothing.


See Also ...

Function

(DeleteOutput) Clears all output from the output window.

(Help topic: function=DeleteCommandHistory)

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.