Blockland Forums > Modification Help
WriteLine
Trader:
Not if you're wanting to keep adding lines to the same file. You may be able to code the deletion of the temp file in between uses though, I don't remember.
Jookia:
Example code?
Trader:
I'll see what I can do when I get home; I'm at work now.
Badspot:
--- Code: ---%file = new FileObject();
%file.openForAppend(filename);
%file.writeLine("whatever");
%file.close();
%file.delete();
--- End code ---
Oxcorp:
Wow. I just noticed I suck at scripting.