::hwat::utils::SetTag
Updates tag using given tag ID body and label.
Syntax
::hwat::utils::SetTag n_entID str_tagName str_txtBuffer
Arguments
- n_entID
- The ID of the tag to modify.
- str_tagName
- Name of the tag to be set.
- str_txtBuffer
- Tag text that will be set to the tag.
Returns
- Success
- 1
- Failure
- 0
Example
::hwat::utils::SetTag 567 new_tag "This is a text"