At 2:19 PM +0800 12/6/2000, Steve Bolton wrote:
>Hi Lingoers,
>
>I'm making a dictionary and I guess I need to convert lists to strings
>before saving them to a text file using FileIO.
>
>myFileIOObj.writefile() = myList doesn't work
>
>I'm kinda new to lists...
>
hi steve-
that's easy - just use:
myFileIOObj.writefile() = string(myList )
To convert back you would use:
myList = value(string(rawString))
/r
--
Roy Pardi
[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!]