Thanks a lot to both of you! I figured my `\n` was probably the reason for the non-matching condition, but was not sure what `\n` was supposed to be. I had searched before, but didn't find the info i needed. Spurred by your confirmations, i searched again, and my code now matches the input.
It was supposed to be:
prefix = "\r\n" & stringChunkLineSeq[0] & "\r\n" & stringChunkLineSeq[1] &
"\r\n"
Run
