As network admin I don't get into programming much but I have a project at work where I have to read in a text file formated as:10011234564371720<br> 10021234562200930<br> 10031234568499910<br> 10041234566727890<br>and so on until....EOF<br>then write out to another file formated as:<br> 1001,123456,,,<br> 1002,123456,,,<br> 1003,123456,,,<br> 1004,123456,,,<br>The first 4 dig. of input file are machine id's the next six are readings, remainder not used. On the output side it looks exactly as above truncating the the numbers beyond where the "6"is( could be anything,) but the commas are required as placeholders(delimited).Am using vb6. Need help!!! thanks....... <br>