HyperWorks Tools

::hwat::utils::PostToMessageBox

::hwat::utils::PostToMessageBox

Previous topic Next topic No expanding text in this topic  

::hwat::utils::PostToMessageBox

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

NAME

::hwat::utils::PostToMessageBox - This function will post the message string on to the message log.  If no text is passed the function will post the text in the global error variable to the message log.

 

SYNTAX

PostToMesssageBox str_message

 

ARGUMENTS

str_message

The text of the message (default = "").

 

RETURNS

1 for success and {} for failure.

 

EXAMPLE

::hwat::utils::PostToMessageBox "Error reading file" .

 

 

See also

Utils Functions