SetAttributeAsUlint

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
Return value
Name | Type |
---|---|
SetAttributeAsUlint | SXmlAttribute |
Inputs
Name | Type |
---|---|
a | SXmlAttribute |
value | ULINT |
Sample call:
xmlAttr := fbXml.SetAttributeAsUlint(xmlExistingAttr, 42);