06-07-2019, 07:28 PM
If need only state, the simplest way to get it is a regular expression. Or if don't want to learn regular expressions, use function find and str.get.
If need a single XML element, usually is used XPath, but this XML is too simple. Just get the child element.
Macro Macro201
If need a single XML element, usually is used XPath, but this XML is too simple. Just get the child element.
Macro Macro201