djjd47130 / HoardHelper

JD Hoard Helper - A set of tools for managing hoards of files
MIT License
4 stars 1 forks source link

BUG - Single call to "PrintLn" passing a string with line breaks internally ignores line breaks #19

Open djjd47130 opened 4 months ago

djjd47130 commented 4 months ago

Long story short, some script is responsible for building data into CSV format, which is just one large string. Each line requires of course a line break. However, when calling PrintLn within the script, all line breaks are ignored, and the entire contents get merged into one single line.

djjd47130 commented 4 months ago

Workaround

Instead of building a CSV in a single string, it's building an array of strings.