I have the following list [{0 = 1.1 = Test0}, {0 = 2.1 = Test1}], and what I am trying to do is extract only the elements Test0 and Test1 using a foreach.
Thank you in advance.
I have the following list [{0 = 1.1 = Test0}, {0 = 2.1 = Test1}], and what I am trying to do is extract only the elements Test0 and Test1 using a foreach.
Thank you in advance.