Put in a list values of a table with condition
I have this table :dut | values0 | 16381 | 618 2 | 4863 | 94180 | 6541 | 791 2 | 13983 | 4836... And I want put in a list, all values where the dut is 0, so have this : list = { 1638, 654 }What syntax used ?