Discuss this help topic in SecureBlackbox Forum
This property contains the number of nodes in the list.
Declaration
Description
Use this property to get the number of nodes in the node list. Use Item property to access individual nodes.
Note, that the property value is calculated each time you access it. This can be time-consuming. If you need to iterate all elements in the list, don't use Length property; use Item proeprty to access the items, increasing the index until Item returns null/Nothing/nil.