I want to retrieve the number of partitions in the global itemlist, and I try to reference the itemlist like this
- treenode n = getvarnode(List("ItemList1"), "partitions");
- return /**/n.subnodes.length/**direct*/;
However, I get error as below at the first line.
- Could not resolve getvarnode overload based on passed parameter.
What is the correct solution to this?