> 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




Yes .. It works .. Thanx :))

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!]

Reply via email to