the resulting printout looks like this
1,blue,12345678 ,54
2,red,00001234, 6
3,blue,12345678 ,63
4,blue,12345678 ,65
5,red,00001234, 17
Is there any way to format it into columns and then print it so it looks like this
1,-----blue,-----12345678,-----54
2,-----red, -----00001234,-----6
3,-----blue,-----12345678,-----63
4,-----blue,-----12345678,-----65
5,-----red, -----00001234,-----17
(ignore the hyphens as they are only there to provide a layout as the page here removes extra spaces)
the text file is generated by an old dos based program run from an exe file called from within VB and as such would be difficult to modify I fear
Many thanks for any suggestions
regards Rob
1,blue,12345678 ,54
2,red,00001234, 6
3,blue,12345678 ,63
4,blue,12345678 ,65
5,red,00001234, 17
Is there any way to format it into columns and then print it so it looks like this
1,-----blue,-----12345678,-----54
2,-----red, -----00001234,-----6
3,-----blue,-----12345678,-----63
4,-----blue,-----12345678,-----65
5,-----red, -----00001234,-----17
(ignore the hyphens as they are only there to provide a layout as the page here removes extra spaces)
the text file is generated by an old dos based program run from an exe file called from within VB and as such would be difficult to modify I fear
Many thanks for any suggestions
regards Rob
Comment