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 list by calling
myList = myString.value
--bhakti
Roman Pekarek wrote:
>
> 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 digest mode, go to
> http://www.penworks.com/LUJ/lingo-l.cgi To post messages to the list,
> email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED])
> Lingo-L is for learning and helping with programming Lingo. Thanks!]
--
R. Bhakti Klein
Educational Software R & D
http://www.DLWorkshop.net
��
Baritone, unaffiliated but open to suggestions...
���
"On Earth, you can only do little things;
but you can do them with a lot of Love."
-- Mother Theresa
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi To post messages to the list,
email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo. Thanks!]