::hwat::utils::WriteErrorMessage
Posts error messages to the message box
Syntax
::hwat::utils::WriteErrorMesssage str_message.
Arguments
- str_args
- Strings separated by space which constitute an error message.
Returns
- Success
- 1
- Failure
- {}
Example
::hwat::utils::WriteErrorMessage "Error reading file" .