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 & HelpPrograms › Remove word-wrap
Page Index Toggle Pages: 1
Remove word-wrap (Read 988 times)
Remove word-wrap
Aug 25th, 2009, 3:30pm
 
  Hello guys!
I'm trying to make sketch with simple function of  word-wrap removal in txt files. Maybe you know existing one?
Re: Remove word-wrap
Reply #1 - Aug 25th, 2009, 4:29pm
 
.txt is raw data -- there's no variable to change.  Unless you're talking about adding and removing linebreaks, in which case I'd look into substring() and append()...
--Ben
Re: Remove word-wrap
Reply #2 - Aug 26th, 2009, 8:08am
 
   Thanks a lot! Append "decided the question"...
Page Index Toggle Pages: 1