XMLAttributeList.Value

From Xojo Documentation

Method

XMLAttributeList.Value(Index as Integer) As String

Supported for all project types and targets.

Retrieves an attribute value by index position. Value returns the attribute as a String. Index is zero-based. If Index is outside the range of attributes, then the empty string is returned.


Method

XMLAttributeList.Value(Key as String) As String

Supported for all project types and targets.

Retrieves an attribute value looking it up by the Key. If Key is not an attribute in the list, then the empty string is returned.