Hey guys, here is how the text file looks now,
FILEBEFORE
Hello:.++.:something:.++.:
bl ank:'++':
2Hello:.++.:2som ething:.++.:3b lank:'++':
vdvdfv:.++.:bdfadf bfad:.++.:
abfdabdabadfb:'++':Line4:.++.:So fh sj:.++.:sddsds:'++':
If you actually see the lines which are blank has some spaces in them. It varies for each line,
i want the lines in format,
FILEAFTER
Hello:.++.:some thing:.++.:bl ank:'++':
2Hello:.++.:2som ething:.++.:3b lank:'++':
vdvdfv:.++.:bdfadf bfad:.++.:abfdabdabadfb:'++':
Line4:.++.:So fh sj:.++.:sddsds:'++':
after vb conversion.
The FILEBEFORE is created by vb by downloading string from online html. So i can't control it, but I have managed to add :.++.: and :'++': in the correct places.
after every :'++': its a new line and after every :.++.: the text should continue.
Is there a way to do it ?
I want the spaces between the text/numbers but not between my special character and a text.
like
vdjnj njnvj
12nj3 nfjdns
both the spaces between j and n and 3 and n shoud be maintained, even if they have 10 spaces in between but
:'++': mytext
now that space inbetween : and m should be removed and made in the same line