Hi,
I have a 26 digit string written to a textfile using streamwriter. I now wish to use streamreader to display the string using the substring method, so that the first 4 digits are listed under the heading 'Product Code', the next 2 digits listed under the heading 'Type' and so on. This report will be written to a rich textbox when the 'Daily Report' button is clicked on the form. How do I write the headings and set the spaces so that that each value appears neatly under its heading?
Can you help?
I have a 26 digit string written to a textfile using streamwriter. I now wish to use streamreader to display the string using the substring method, so that the first 4 digits are listed under the heading 'Product Code', the next 2 digits listed under the heading 'Type' and so on. This report will be written to a rich textbox when the 'Daily Report' button is clicked on the form. How do I write the headings and set the spaces so that that each value appears neatly under its heading?
Can you help?