Porovnávané verzie

Kľúč

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

%XML_Length function


Function
The function returns the number of items of the list.
Declaration


Blok kódu
languageesl
themeConfluence
INT %XML_Length(
    INT in list
 )
Parameters


listHandle to a list of XML nodes.
Return value
Number The number of items of the list.
Description
The function returns the number of items of the list.
Example


Blok kódu
languageesl
themeRDark
 INT _length
 INT _listChildNodes
 _listChildNodes :=  %XML_ChildNodes(_el)
 _length := %XML_Length(_listChildNodes)