::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.
Returns
- Success
- 1
- Failure
- {}
Example
::hwat::utils::PostToMessageBox "Error reading file" .