victormartin
New member
- Joined
- Feb 14, 2011
- Messages
- 1
- Programming Experience
- Beginner
Hi, I'm learning VB. NET and I have a question, which I hope is not complicated for you. I explained the situation.
I have a text file, the file is sent to me, but this file has a particularity, because between characters get special characters, as if the file was a binary file.
I put a screenshot. I need to pick up and replace these characters by the character "-", those chracters are at position 13 to 18 on all lines. And sometimes there is a "\n" character that makes it split the line, and this should not happen.
I admit any advice, I ask for guidance only. Thank you very much.
I have a text file, the file is sent to me, but this file has a particularity, because between characters get special characters, as if the file was a binary file.
I put a screenshot. I need to pick up and replace these characters by the character "-", those chracters are at position 13 to 18 on all lines. And sometimes there is a "\n" character that makes it split the line, and this should not happen.
I admit any advice, I ask for guidance only. Thank you very much.
Last edited: