xml.getValue
| Syntax |
xml.getValue (adrTable, name)
|
| Params |
adrTable is the address of an XML-compiled table containing an item whose value you want to get. name is the name of the item whose value you want to get.
|
| Action |
Gets the value of the named item.
|
| Returns |
The value of the item.
|
| Examples |
xml.getValue (@xml.examples.myComputer.tableStructure [1], "brand") » "Dell"
|
| Notes |
If there is more than one item of a given name in the table, the value of the first item is returned.
|
| See Also |
xml.getAttributeValue
|