Name DeleteCommandHistory
Type Method
Summary Deletes command history list.
Prototype void DeleteCommandHistory();
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();
Returns Nothing.

See also ...