Hi, I have a this data table
a = { { {a,b},{c,d},{e,f} } , { {1,2},{3,4},{5,6} } }
and
t = {x , z }
I would obtain this
b = { { {a,b,x},{c,d,x},{e,f,x} } , { {1,2,z},{3,4,z},{5,6,z} } }
I have tried with Insert and joint but unsucesfully. Any suggestions please? Thank you
Margherita