Using Text
I’ve using text files for decades Thing is, when working on a Commodore 16, there really wasn’t a “text” file context. My programs were written on ASCII and that’s about it. Everything else was a “binary” file for me. I didn’t know that even my data files were simply CSV or what file types were available, much less the use of those. All the files I created were text files. ...