Hi i want to save multiply lines in a string. I got a string logstring and i want to save multiplay error logs which i later can print in a txt file or as a console output.
It's not possible. Use logstring += "\n"; instead
logstring += "\n";