Get last item, how?


Hello,

how can i access list deepth? and catch every last item (or 4th item)?

Need i any node? or can write something in designscript?

KR

Andreas

use last item node @L2 , it wont be valid in codeblock .
codeblock may help in getting one item like x[1][4]

1 Like

perfect! the node helps, the codeblock doesn`t work! Thanks

image

2 Likes

why has my block no affect? can i access the list via x@L2…?

how would i write f. e. when i want to get the index 3 of each list(@L2) ?

List.GetItemAtIndex(lst<1><2>,3);

4 Likes