J
Joza
Hi!
I need to write some strings in text file, it consist 3 columns and it
must looks like:
ID Name Points
======================
1 Mike 4,5
2 Joseph 1,2
3 Freddy 12,3
The data is in listview control and i know how to get it from it
but when when I put this records in file i can't make to format
these record. I try to use .PadLeft and .PadRight but all i get is
something like this:
ID Name Points
======================
1 Mike 4,5
2 Joseph 1,2
3 Freddy 12,3
How to make that all columns are alligned?
I need to write some strings in text file, it consist 3 columns and it
must looks like:
ID Name Points
======================
1 Mike 4,5
2 Joseph 1,2
3 Freddy 12,3
The data is in listview control and i know how to get it from it
but when when I put this records in file i can't make to format
these record. I try to use .PadLeft and .PadRight but all i get is
something like this:
ID Name Points
======================
1 Mike 4,5
2 Joseph 1,2
3 Freddy 12,3
How to make that all columns are alligned?