::hwat::utils::SetTag - Updates tag using given tag ID body and label.
::hwat::utils::SetTag n_entID str_tagName str_txtBuffer
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. |
1 on success, 0 on failure.
::hwat::utils::SetTag 567 new_tag "This is a text"