インフォ FAQ
言語 環境比較
 
Index
 
  Processing 1.0 _ALPHAリファレンスは開発途中である。
もしエラーやコメントがあれば、reas at groupc.netへメールして下さい。
Name  

saveStrings()

   
Examples  
String words = "apple bear cat dog"; 
String list[] = splitStrings(words); 
 
//それぞれの行に文字列をファイルへ書き込む。
saveStrings("nouns.txt", words); 

Description  

1行ごとに、文字列の配列をファイルへ書き込む

 

   
Syntax  
saveStrings(filename, strings)
   
Parameters  
filename   文字列: ファイルの名前かアウトプット

strings   書き込まれる文字列の配列

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