HyperWorks Tools

::hwat::utils::SetTitleBuffer

::hwat::utils::SetTitleBuffer

Previous topic Next topic No expanding text in this topic  

::hwat::utils::SetTitleBuffer

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

NAME

::hwat::utils::SetTitleBuffer- Updates the title.

 

SYNTAX

::hwat::utils::SetTitleBuffer n_titleId str_txtBuffer

 

ARGUMENTS

n_titleId

ID of the title to set.

str_txtBuffer

String value to set buffer to.

 

RETURNS

1 on success

0 on failure

 

EXAMPLE

::hwat::utils::SetTitleBuffer 567 "This is a text"

 

Comment

Title must exist.

 

See also

::hwat::utils::CreateTitle

::hwat::utils::GetTitleBuffer

Utils Functions