HyperWorks Tools

::hwat::utils::WriteDebugMessage

::hwat::utils::WriteDebugMessage

Previous topic Next topic No expanding text in this topic  

::hwat::utils::WriteDebugMessage

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

NAME

::hwat::utils::WriteDebugMessage  - Posts debug messages to the message box where ::hwat::globals::DEBUG variable is set to 1.

 

SYNTAX

::hwat::utils::WriteDebugMesssage str_message.

 

ARGUMENTS

str_args

Strings separated by space which constitute an error message

 

RETURNS

1 for success and {} for failure.

 

EXAMPLE

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

 

 

See also

::hwat::utils::WriteErrorMessage

::hwat::utils::PostToMessageBox

Utils Functions