AddChildTextNode - cXMLDOMComment
Encapsulates creation and addition of text nodes to a node
Type: Procedure
Parameters
| Parameter | Type | Description |
|---|---|---|
| sValue | String | the text value to be added |
Syntax
Procedure AddChildTextNode String sValue
Call Example
Send AddChildTextNode sValue
Description
AddChildTextNode encapsulates creation and addition of text nodes to a node.
| Col 1 | Col 2 |
|---|---|
| Note: | If for any reason the node cannot be added to the document, an error will be generated. |