Description
Sets the input string to be the text content of the current PBDOM_CDATA object.
Syntax
pbdom_cdata_name.SetText(string strSet)
Argument |
Description |
---|---|
pbdom_cdata_name |
The name of a PBDOM_CDATA |
strSet |
The string you want set as the text of the PBDOM_CDATA |
Return value
PBDOM_CHARACTERDATA. This PBDOM_CDATA modified and returned as a PBDOM_CHARACTERDATA object.
See also