I'm not exactly sure how I should be doing this so maybe someone can help. I believe i should be using printf(), but not exactly sure. Anyways, i have like a block of text that will be in the body of an email.
It will look something like this:
ID Name Comments
1 Bob whatever
2 Bill booya
(note: i dont know if this going to show up properly in the forum)
Anyways, each column should be ligned up. how exactly would i specify the length for each line, where each new column should start etc. etc.
Derek C.