<br clear="all">Hello every one,<br><br>I am trying to parse a file:<br><br>I want to convert all the spaces in between the characters to single tab.<br><br>e.g: my file has contents like:<br><br>1G5            79011      1        0      2       0      0        0       0       0       0        0<br>
5Ht-2          60459      1        1      0       0      0        0       0       0       0        0<br><br><br>I want them to be separated by a single tab not with spaces..<br><br>It should look like:<br><br>1G5    79011    1    0    2    0    0    0    0    0    0    0<br>
5Ht-2    60459    1    1    0    0    0    0    0    0    0    0<br><br>each separated by Tab...<br><br>It is a text file containing such a data ..<br><br><br>Thanks<br>-- <br>Jyotsna Guleria<br>