SetChildAsLint

SetChildAsLint 1:

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

SetChildAsLint 2: Return value

Name

Type

SetChildAsLint

SXmlNode

SetChildAsLint 3: Inputs

Name

Type

n

SXmlNode

value

LINT

Sample call:

xmlNode := fbXml.SetChildAsLint(xmlExistingNode, 42);