I really didn't want to ask this question, but after 30 minutes of trying I might as well just ask and learn.
All I want to do is save four separated integers per line. In other words, how can I write four variables on a single line (separated by commas) to a .txt file? And when I've done that, how can I start a new line underneath the previous one and do that same process over again?
Thanks a bunch! I've always had a tough time with file creation, and the BlitzWiki didn't help me that much.
By the way, why can't numbers be read on a .txt file with Notepad? They're always replaced by symbols.
All I want to do is save four separated integers per line. In other words, how can I write four variables on a single line (separated by commas) to a .txt file? And when I've done that, how can I start a new line underneath the previous one and do that same process over again?
Thanks a bunch! I've always had a tough time with file creation, and the BlitzWiki didn't help me that much.
By the way, why can't numbers be read on a .txt file with Notepad? They're always replaced by symbols.