AttributeText

AttributeText 1:

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

Syntax

METHOD AttributeText : STRING(255)
VAR_INPUT
  a : SXmlAttribute;
END_VAR

AttributeText 2: Return value

Name

Type

AttributeText

STRING(255)

AttributeText 3: Inputs

Name

Type

a

SXmlAttribute

Sample call:

sText := fbXml.AttributeText(xmlAttr);