HyperWorks Tools

::hwat::utils::GetIdFromTag

::hwat::utils::GetIdFromTag

Previous topic Next topic No expanding text in this topic  

::hwat::utils::GetIdFromTag

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

NAME

::hwat::utils::GetIdFromTag - Finds the ID of the node with the given tag.

 

SYNTAX

::hwat::utils::GetIdFromTag str_tag

 

ARGUMENTS

str_tag

Keyword "TAG:" followed by the tag name.

 

RETURNS

The ID of the node if successful , {} if unsuccessful.

 

EXAMPLE

::hwat::utils::GetIdFromTag "TAG:striker"

 

 

See also

Utils Functions