Copy a linked list into another, the structure used must be the same.
EDIT:
And maybe something like a dynamic With would be cool!
Should be named Alias then:
Code: Select all
Select ListToUse
Case 1: List1() Alias List()
Case 2: List2() Alias List()
Case 3: List3() Alias List()
EndSelect
AddElement(List())
List()\Blablabla = "OMG"