Door Games Unlimited

Welcome, Guest.


Subject: Writing to a text file Date: Thu Feb 06 2014 21:09:09
From: MCMLXXIX To: Lab Rat

  Re: Writing to a text file
  By: Lab Rat to All on Thu Feb 06 2014 23:55:22

 > var f = new File('test.txt');
 >     file.open('w');
 >         file.writeln('Line 1');
 >         file.writeln('Line 2');
 >     file.close();

this actually looks fine to me... you can try checking whether or not the
file.open() was successful ala var didItOpen = file.open('w');

---
 ■ Synchronet ■ The BRoKEN BuBBLE (bbs.thebrokenbubble.com)

Previous Message       Next Message
In Reply To: Writing to a text file (Lab Rat)
Replies: Writing to a text file (Lab Rat)