Extracting a specific integer from a series

Sorry. I have been a bit rusty lately but I tried a lot of methods but in vain.

I wish to extract the middle integer from the tree path (as shown in the picture). [Extracting 1,2,3,4 from 0;1;0… ] May I ask how to do it? Thanks a lot

3. Attach minimal versions of all the relevant files

Hi @ivan_poon ,

Deconstruct Path, List Item with index number 1

That should get you there

1 Like

Thanks @michaelvollrath. I used Tree Stat instead and it works.

1 Like