> How do I need to format a text file in order to import
> individual lines into a field with FileIO, as I seem to
> get that annoying square box before each line once read in.
Read these:
http://www.macromedia.com/support/director/ts/documents/tn3133.html
http://www.macromedia.com/support/director/ts/documents/fmkb0869.htm
http://www.macromedia.com/support/director/ts/documents/fmkb0650.htm
However, you might find success in a different approach -- instead of
storing lots of CR- or CRLF-delimited lines of text, try saving them as
individual entries in a single list. Save the _list_ to the text file
(using myList.string) and read it back with value(myListStr). CRLF woes
disappear this way.
Hope this helps,
Rob
/*********************************
* Rob Wingate, Software Human *
* http://www.vingage.com *
* mailto:[EMAIL PROTECTED] *
*********************************/
[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!]