Stephan van Hulst wrote: If you have a different reference to the same list, it might be possible to modify the list through that reference.
Ok, thats interesting, but how would I get reference to that list?
I tried this and it doesnt work:
It seems to me that only possible soulution would be to have a reference to the list before assigning to x1 variable.
Or is there another way?