Hi everyone,
I have tried to create a list of values of type dictionary. The aim is to loop through values retrieved from a webpage, set a key-value system, and make a list out of it.
I have created a list of type “Any”. When I put and retrieve values, it works correctly. However, when I stat iterating, the values are erased and replaced in elements of the list already addressed. How can I avoid having the values changed ?
Here is the code :
And the screenshots
I would expect the values at ListL0] not to change.