FAQ
Cover
This is the archive Discourse for the Processing (ALPHA) software.
Please visit the new Processing forum for current information.

   Processing 1.0 _ALPHA_
   Bugs
   Website, Reference, Example Bugs
(Moderator: REAS)
   saveBytes & saveString
« Previous topic | Next topic »

Pages: 1 
   Author  Topic: saveBytes & saveString  (Read 481 times)
LigaMainz

WWW
saveBytes & saveString
« on: Aug 13th, 2003, 10:58pm »

hi there.
 
you mixed up there variables in the saveString-example
(http://proce55ing.net/reference/saveStrings_.html)
 
--------------------------------
  String words = "apple bear cat dog";  
  String list[] = splitStrings(words);  
 
  saveStrings("nouns.txt", list); // list NOT words
--------------------------------  
 
and maybe you can write where the files are written (in the root-folder of processing). It took me a little time to figure out that they were not saved in the data-folder of my sketch.
 
keep on rocking!
 
REAS


WWW
Re: saveBytes & saveString
« Reply #1 on: Aug 14th, 2003, 1:42am »

thank you for taking the time to report this. it's been fixed and should be updated online in a few days.
 
Pages: 1 

« Previous topic | Next topic »