hwIMessageLog ClearMessages

Clears away all messages on the Message Log and closes the Message Log window.

Syntax

hwIMessageLog_handle ClearMessages

Application

HyperWorks Tcl Modify

Description

This command clears away all the messages on the Message Log and closes the Message Log window.

Example

hwi GetSessionHandle sess;
sess GetMessageLogHandle msgLog;
msgLog ClearMessages;

Error

Success (0) or an error message is returned.

Keywords

HyperWorks

Tcl

Message Log

Modify