Extract the second column from a list of list without cycle

is it possible ?

image

4 Likes

Thanks Kevin, why my blocks produce an empty list ?

Try this:

image

2 Likes

Hi Tim, it runs, why?

Because it is treating the list as a dictionary, therefore (just guessing) the first column is seen as the key, the second column is seen as the value. You get a different behaviour when there are more "columns"

This should be more robust:


column_test

1 Like

Thanks to all, solved.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.