I need to set up a second item in my list, after loading from a file. My file is correct:
"1","2"
or I can do also:
"1"
"2"
For the moment, I don't know which is the best because I need now only a 1D-list.
But with the code that I have now, it doesn't recognize a second line or second item.
I tried so many possibilities after hours, but I still get:
However, if my source is like this, I can get the data out of it, because it is in a nice list:
How can I split up the text
after the file load, to convert it in a practical list?
My save code (OK):
My load code is also OK.
My action after the simple load (NOT OK):