HyperWorks Tools

::hwat::utils::SetDebugOnOff

::hwat::utils::SetDebugOnOff

Previous topic Next topic No expanding text in this topic  

::hwat::utils::SetDebugOnOff

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

NAME

::hwat::utils::SetDebugOnOff - This function sets the value of the global debug variable to 1 or 0 depending on the option passed.  If no option is passed, the function toggles between 1 and 0.

 

SYNTAX

SetDebugOnOff [str_option]

 

ARGUMENTS

str_option

Either "On" or "Off" (default = "").

 

RETURNS

1 for success and "{}" for failure.

 

EXAMPLE

::hwat::utils::SetDebugOnOff "On" .

 

 

See also

Utils Functions