Hello
I am using StringBuilder to build the text that will eventually be sent as part of an email (SMTP.Body). The text includes four colums of data which I would like to output in "lined up" colums for easier reading. I thought of setting the typeface to monospace but I do not know if this can be done. Also I have found that any leading spaces on each line of the text appear to have been removed or ignored which also does not help with the formatting.
Any suggestions, let me know if anyone needs more information. Thanks for looking.
David
I am using StringBuilder to build the text that will eventually be sent as part of an email (SMTP.Body). The text includes four colums of data which I would like to output in "lined up" colums for easier reading. I thought of setting the typeface to monospace but I do not know if this can be done. Also I have found that any leading spaces on each line of the text appear to have been removed or ignored which also does not help with the formatting.
Any suggestions, let me know if anyone needs more information. Thanks for looking.
David