SetAttributeAsUlint

SetAttributeAsUlint 1:

This method sets the value of an attribute. The value has the data type Unsigned Integer64.

Syntax

METHOD SetAttributeAsUlint : SXmlAttribute
VAR_INPUT
  a     : SXmlAttribute;
  value : ULINT;
END_VAR

SetAttributeAsUlint 2: Return value

Name

Type

SetAttributeAsUlint

SXmlAttribute

SetAttributeAsUlint 3: Inputs

Name

Type

a

SXmlAttribute

value

ULINT

Sample call:

xmlAttr := fbXml.SetAttributeAsUlint(xmlExistingAttr, 42);