AttributeAsUlint

AttributeAsUlint 1:

This method returns the value of an attribute as data type Unsigned Integer64. The attribute is transferred to the method as input parameter.

Syntax

METHOD AttributeAsUlint : ULINT
VAR_INPUT
  a : SXmlAttribute;
END_VAR

AttributeAsUlint 2: Return value

Name

Type

AttributeAsUlint

ULINT

AttributeAsUlint 3: Inputs

Name

Type

a

SXmlAttribute

Sample call:

nValue := fbXml.AttributeAsUlint(xmlAttr);