HyperWorks Desktop

hwLMStatus_GetMessage

hwLMStatus_GetMessage

Previous topic Next topic No expanding text in this topic  

hwLMStatus_GetMessage

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

NAME


hwLMStatus_GetMessage

 

SYNTAX


hwLMStatus_GetMessage <hw string>

 

 

TYPE/CLASS


hwLMStatus

 

 

DESCRIPTION


To get an error or success message

hw string

hwString returned from execution of a command

 

EXAMPLES


set gdm [DMDirector_OpenWorkspace $director $ws $repoh 0]

set qryhandle [$gdm GetQuery]

set clist [ContentInterfaceList]

set st [$gdm ExecQuery $ qryhandle $clist]

hwLMStatus_GetMessage $st

 

ERRORS


 

SEE ALSO


DMDirector_OpenWorkspace

GetQuery