At 15:01 09/06/2001, clars danvold wrote:
>I've tried setting the line breaks in the text with RETURN,
>numToChar(13), and numToChar(10). Same result.
>
>What am I missing?
Can't tell without seeing the code, but try something like this:
CRLF = numToChar(13) &numToChar(10)
theText = "line 1" &CRLF
theText = theText &"line 2" &CRLF
theText = theText &"line 3"
writeString(fileIOinstance)
--
Mark A. Boyd
Keep-On-Learnin' :)
[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!]