SetChildAsUlint

This method sets the value of an XML node. The value is transferred to the method as input parameter of data type Unsigned Integer64.
Syntax
METHOD SetChildAsUlint : SXmlNode
VAR_INPUT
n : SXmlNode;
value : ULINT;
END_VAR
Return value
Name | Type |
---|---|
SetChildAsUlint | SXmlNode |
Inputs
Name | Type |
---|---|
n | SXmlNode |
value | ULINT |
Sample call:
xmlNode := fbXml.SetChildAsUlint(xmlExistingNode, 42);