I want to add a list to another list. That´s not hard, I did it with list = list + test1;, but the problem is that i want to add another list depending on a variabl
list = list + test1;