Description
Sets the input string to be the text content of the current PBDOM_TEXT object.
Syntax
pbdom_text_name.SetText(strSet)
Argument |
Description |
---|---|
pbdom_text_name |
The name of a PBDOM_TEXT object |
strSet |
The string you want set as the text of the PBDOM_TEXT object |
Return value
String.
If no DTD is referenced, an empty string is returned.
See also