We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpSyntax Questions › println to textfile
Page Index Toggle Pages: 1
println to textfile (Read 733 times)
println to textfile
Apr 8th, 2009, 12:28pm
 
the println console goes only to 1000 lines, sometimes I want more.
How can I write a println to a text file that shows all prints?
Re: println to textfile
Reply #1 - Apr 8th, 2009, 2:00pm
 
This will let you print to a file line by line:

http://processing.org/learning/topics/savefile2.html
Re: println to textfile
Reply #2 - Apr 8th, 2009, 2:47pm
 
Re: println to textfile
Reply #3 - Apr 9th, 2009, 4:49am
 
thx!
Page Index Toggle Pages: 1