I\'ve been trying to figure out how to replace commas with line-breaks. I\'ve tried using (/r/n/), char(10), the Unicode representation (can\'t rem
(/r/n/)
char(10)
To change all ">"(greater than) to ">\n"(greater than followed by a newline), I took this 3 step circuitous approach.