Re: FileIO problem

2001-07-13 Thread Roman Pekarek
> you can convert the whole list to a string > > myList = ["0": "werwerwerwer", "1": "joko", "2": "fghfghfhfgh"] > myString = myList.string > > then myString = "["0": "werwerwerwer", "1": "joko", "2": "fghfghfhfgh"]" > > and should be able to write that out. > > then, when you read it in, con

Re: FileIO problem

2001-07-12 Thread R. Bhakti Klein
you can convert the whole list to a string myList = ["0": "werwerwerwer", "1": "joko", "2": "fghfghfhfgh"] myString = myList.string then myString = "["0": "werwerwerwer", "1": "joko", "2": "fghfghfhfgh"]" and should be able to write that out. then, when you read it in, convert it back to a li

FileIO problem

2001-07-12 Thread Roman Pekarek
I want to save LIST to file with fileIO. List looks like : ["0": "werwerwerwer", "1": "joko", "2": "fghfghfhfgh"] How to write it to file ? " is problem .. How can I convert all " to any character in string .. For example # .. Pytkin [To remove yourself from this list, or to change to dige