Using the Get List Check command I get the following:
LC = col << Get List Check
The Log will show
LC = List Check({"Argon", "Krypton", "Air"});
How do I extract the list from inside the List Check()-statement? I want to end up with a variable containing the list.
LC_list = {"Argon", "Krypton", "Air"}