Initializing help system before first use

getlastchild

getlastchild


Purpose
Get the last child of an element node.
Synopsis
function getlastchild(doc:xmldoc, n:integer):integer
Arguments
doc 
Document to use
Node number (must be an element)
Return value
The node number of the last child or -1 if there is no child.
Example
See getnext.
Related topics
Module