pagego
Freshman
I have a program in which I use several writelines to save richtext strings to a .txt file in this manner:
richtext string 1
regular text string 1
richtext string 2
regular text string 2
...
However it saves like this:
rich
text
string 1
regular text string 1
rich
text
string 2
regular text string 2
...
Then it of course reloads it in this manner, one line at a time and messes with my string arrays. How can I fix this without using multiple files??
Thanks in advance for your help
richtext string 1
regular text string 1
richtext string 2
regular text string 2
...
However it saves like this:
rich
text
string 1
regular text string 1
rich
text
string 2
regular text string 2
...
Then it of course reloads it in this manner, one line at a time and messes with my string arrays. How can I fix this without using multiple files??
Thanks in advance for your help