AttributeName

AttributeName 1:

This method returns the name of a given attribute. The attribute is transferred to the method as input parameter.

Syntax

METHOD AttributeName : STRING
VAR_INPUT
  a : SXmlAttribute;
END_VAR

AttributeName 2: Return value

Name

Type

AttributeName

STRING

AttributeName 3: Inputs

Name

Type

a

SXmlAttribute

Sample call:

sName := fbXml.AttributeName(xmlAttr);