XMLChildPos
Method Signature
XMLChildPos(elem=[XML], childname=[string], n=[integer])Arguments
Argument
Type
Required
Description
Default
Examples
Related
Last updated
Was this helpful?
Gets the position of a child element within an XML document object.
The position, in an XmlChildren array, of the Nth child that has the specified name.
XMLChildPos(elem=[XML], childname=[string], n=[integer])elem
XML
true
The XML DOM object.
childname
string
true
The name of the child element.
n
integer
true
The position of the child element. 1-based.
Last updated
Was this helpful?
Was this helpful?
