Thread: String Format?
View Single Post
Newbie Member
3Oct2008,23:52  
joecole's Avatar
I write 2 columns to a file.

File format:

content_i [...] content_j
content_k [...] content_h

[...]: is tab.

How could I use WriteLine(...) function to getting a file with 2 columns are aligned if length of content_i is not equal content_k

Please help me!

Regards.