S
Spin
Experts,
I nned a utility that will parse through .txt files and wherever it see a
carriage return it will replace with a semi-colon. So it will turn
something like this:
This is an example line
This is the second line
into this:
This is an example line;This is the second line
I nned a utility that will parse through .txt files and wherever it see a
carriage return it will replace with a semi-colon. So it will turn
something like this:
This is an example line
This is the second line
into this:
This is an example line;This is the second line