Isolate list value in new list

Hi all, I would like to isolate indicated values from list into a new list. Anyone have the solution?
So a list with just the numbers: 14, 4, 2 etc…

list item, or list item -1?

Or split tree if you need to be specific.
{0}[14]
{1}[4]

I would really like to have a sequence of the numbers 14, 4, 2 etc… in a list, not just one element.

Thanks for your help, what I am trying to get is the N value in this pop-up as a simple list of numbers. So that I can us the amount of elements in a branche as an input variable for new functions. Hope this clarifies…

Tree statistics perhaps?

List Length or Tree Statistics should do the job…

Thanks!!! That’s what I need :slight_smile: