>X-Authentication-Warning: mail1.fcgnetworks.net: majordomo set sender to
[EMAIL PROTECTED] using -f
>X-Sender: [EMAIL PROTECTED]
>Date: Wed, 6 Dec 2000 02:15:22 -0500
>To: [EMAIL PROTECTED]
>From: Roy Pardi <[EMAIL PROTECTED]>
>Subject: Re: <lingo-l> lists
>Sender: [EMAIL PROTECTED]
>Reply-To: [EMAIL PROTECTED]
>X-MDaemon-Deliver-To: [EMAIL PROTECTED]
>
>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!]
>
>
>



[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