Porovnávané verzie

Kľúč

  • Tento riadok sa pridal
  • Riadok je odstránený.
  • Formátovanie sa zmenilo.

%XML_Item function


Function
The function return returns the item from the list.
Declaration


Blok kódu
languageesl
themeConfluence
INT %XML_Item(
    INT in list, 
    INT in index
 )
Parameters


listHandle to list of XML nodes.
indexNode serial number.
Return value
Handle to the XML node.
Description
The function returns the item from the list defined by the serial number. Items are numbered from 0.
Example


Blok kódu
languageesl
themeRDark
 INT _item
 INT  _listChildNodes
 _listChildNodes :=  %XML_ChildNodes(_el)
 _item := %XML_Item(_listChildNodes, 1)