%XML_Length function


Function
The function returns the number of items of the list.
Declaration
INT %XML_Length(
    INT in list
 )

Parameters
list Handle to a list of XML nodes.

Return value
Number of items of the list.
Description
The function returns the number of items of the list.
Example
 INT _length
 INT _listChildNodes
 _listChildNodes :=  %XML_ChildNodes(_el)
 _length := %XML_Length(_listChildNodes)
 

0 komentárov

Nie ste prihlásený. Akékoľvek zmeny, ktoré vykonáte, sa označia ako anonymné. Ak už máte svoj účet, pravdepodobne sa budete chcieť prihlásiť .