We are about to switch to a new forum software. Until then we have removed the registration on this forum.
I'm trying to save(an_array_of_strings, "filename.xyz") but p5 keeps wanting to save as... filename.xyz.txt
Can I save it without the added .txt?
Thanks
Answers
https://GitHub.com/processing/p5.js/issues
https://GitHub.com/processing/p5.js/issues/2694
Oh, so it turns out saveStrings() had an optional extension 3rd argument: #-o
https://p5js.org/reference/#/p5/saveStrings