Linebreak howTo?

hey,

i have an IObox string spread and want to write each slice in a new line into a textfile.

i suppose this is done with a RegExpr and the writer(file).
what regular expression do i need for this?
i looked at the help patch, but it’s not helping / i don’t get it…? :(

Just a + (String Spectral) with the intersperse pin set to: CarriageReturnLineFeed (or something) should work. That is what all the Spectral nodes do, make 1 slice out of a spread… (or more, if you play with the binsize)

nice!

thx.