Language \ Environment \ Comparison
 
Index
 
  The Processing 1.0 _ALPHA_ Reference is a work in progress.
If you see any errors or have any comments, please write to: reas at groupc.net
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. Files are created in the main Processing directory (the same directory as the executable file).
   
Syntax  
saveStrings(filename, strings)
   
Parameters  
filename   filename for output

strings   string array to be written

   
Usage   Web & Application
   
Related   loadStream()
loadStrings()
loadBytes()
saveBytes()
   
© 2004 - 2001 Massachusetts Institute of Technology and Interaction Design Institute Ivrea
Processing is an open project initiated by Ben Fry and Casey Reas