|
Author |
Topic: saveBytes & saveString (Read 481 times) |
|
LigaMainz
|
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
|
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.
|
|
|
|
|