At 06:19 AM 9/19/00, Pierre Hebert wrote:
>
>I want to save a text in a file with FileIo
>It works good,
>But When i open it with notepad
>it is all on the same line
>I tried to replace the RETURN with AsciiTochar (10), AscciiToChar (13)

I'm not AsciiToChar() is not a Director function, so I'm assuming you have 
a handler by that name. But I think you're looking for the numToChar() 
function.

Try replacing RETURN with numToChar(13) &numToChar(10).

The order is important, too. 13 before 10.

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

Reply via email to