Reduce spaces from avery line in a text file. VB 2008
Hi.
I am a newbie and i need some code that will load a text file into a string scan through it checking each line and reduce the spaces it has in that line and then write it back to the text file.
For example:
It finds a line like below
drmk.sys = 100,,,,,,,4,0,3
reduces the amount of spaces so it looks like:
drmk.sys = 100,,,,,,,4,0,3
Many Thank for any help.
TStrike