FAQ
 
 
Cover  \ Exhibition  \ Learning  \ Reference  \ Download  \ Discourse   
      Language \ Environment \ Libraries \ Comparison
 
   
   
Abridged (A-Z) \ Complete (A-Z)  
   
  Reference for Processing (BETA) version 91+. If you have a previous version, use the reference included with your software. If you see any errors or have any comments, let us know.  
Name  

saveStrings()

   
Examples  
String words = "apple bear cat dog"; 
String list[] = splitStrings(words); 
 
// now write the strings to a file, each on a separate line 
saveStrings("nouns.txt", list); 

Description   Writes an array of strings to a file, one line per string. This file is saved to the sketch's folder, which is opened by selecting "Show sketch folder" from the "Sketch" menu.
   
Syntax  
saveStrings(filename, strings)
   
Parameters  
filename   filename for output

strings   string array to be written

   
Usage   Application
   
Related   loadStrings()
loadBytes()
saveBytes()
 
 






   
 
Updated: Fri Jul 15 16:36:06 PDT 2005
 
 








Creative Commons License
 
  Processing is an open project initiated by Ben Fry and Casey Reas  
  © Info