SetChildAsLint

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