HyperWorks Tools

::hwat::utils::BlockMessages

::hwat::utils::BlockMessages

Previous topic Next topic No expanding text in this topic  

::hwat::utils::BlockMessages

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

NAME

::hwat::utils::BlockMessages- This function sets the block messages functionality to on or off.

 

SYNTAX

::hwat::utils::BlockMessages [str_option]

 

ARGUMENTS

str_option

Either "On" or "Off" (default = "On").  Setting to "On" blocks the messages and "Off" unblocks the messages.

 

RETURNS

1 for success and "{}" for failure.

 

EXAMPLE

::hwat::utils::BlockMessages "On" .

 

See also

Utils Functions