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:10000000006194700<br> 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 the commas are placeholders(delimited).Am using vb6. Need help!!! thanks....... <br>