List of lists

If put lists into a list, is it similar to DataTree?
e.g List<List> listOfLists = new LIst<List>();

Yes. For all practical purposes, a data tree is a list of lists.

:roll_eyes:

1 Like

somehow the web page eats

<int>

I should use Preformatted Text

What I meant was there is no need for VB/C#/Python syntax when discussing data trees. If that’s the nature of your question, forget what I said, I can’t help you.

Type must be either a custom object of a known type. Say:


However if you have nesting on hand a DT is more handy than this:

1 Like