Extract list from Get List Check-command
Using the Get List Check command I get the following:LC = col << Get List CheckThe Log will showLC = 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"}