Skip to main content
Version: v4 (Stable)

XmlGetField

XmlGetField(name AS String, val AS String/Double/Boolean/Integer/Time[, bGMT AS Boolean]) AS Boolean

Gets data of the current branch's next sibling matching given <name>. If the string <name> is empty, gets data of the current branch.

When the parameter <val> is Time type, the optional parameter <bGMT> specifies the waited time coding (UTC if <bGMT> is TRUE, else local time).

Returns TRUE if <name> node is defined with data in <val>. Returns FALSE if <name> node is not defined with unchanged <val>.