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)

In Director 7 I've used:

WindowsReturn = numtochar(10) & numtochar(13)

and replace all the RETURNs with WindowsReturn

(er...  could be: WindowsReturn = numtochar(13) & numtochar(10)  the
order is important and I don't remember which way it goes)
-- 
Carl West    [EMAIL PROTECTED]
617.262.8830 x246    

I have no superfluous leisure; my stay must be
stolen out of other affairs; but I will attend you awhile.

           - Isabella, Measure for Measure, Act 3 Scene 1

[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