Re: File output

new topic     » goto parent     » topic index » view thread      » older message » newer message

Jacen wrote:
> 
> How do I output to a file without overwriting it? I used 
> open(file,"u")--update
Re-read the docs on open(), you need to use a, not u.

> puts(fn,"blah") 
> and it overwrites what is already in the file
>

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu