I am writing to a .txt that i want to load back in into an array.
I am aware that these have to be separated by semi colon which i can do but I'm pretty sure each entry needs to be separated by the line they are on.
If this is the case, any way to force the text to be written with a space between each entry would be helpful.
If this isn't the case and arrays can be filled with entries simply separated by semicolons.
All advice welcomed, thanks.