Hi
I use a "for each loop" on a write task to iterate a variable with lines ending with CrLf and write the lines to a file. In the process I want to remove the Cr, so lines are terminated only with Lf.
1: In the loop I set the [Line break] = Cr
2: In the write task I set [Line break] = NoLineBreak
3: Result: only Lf in the file (!)
This is what I want, but I don't understand why [Line break] in the loop should not be = Lf. If I choose Lf the result is only Cr in the file. Is it a bug?