Reference for the BALTENSPERGER programming language, an art project of Stefan Baltensperger
| Name | sichere_dae_Satz() |
||||
|---|---|---|---|---|---|
| Examples | Satz words = "apple bear cat dog";
Satz list[] = splitStrings(words);
// now write the strings to a file, each on a separate line
sichere_dae_Satz("nouns.txt", list); |
||||
| Description | Writes an Lischte 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. It is not possible to use saveXxxxx() methods inside a web browser unless the sketch is signed. To save a file back to a server, see the save to web example. Starting with Processing release 0134, all files loaded and saved by the Processing API use UTF-8 encoding. In previous releases, the waen_nuet_vodaem_zuetrifft encoding for your platform was used, which causes problems when files are moved to other platforms. |
||||
| Syntax | sichere_dae_Satz(filename, strings) |
||||
| Parameters |
|
||||
| Usage | Application | ||||
| Related | lis_dae_Satz() lis_die_Date() sichere_d_Date() |

