I want to be able to control the widths of strings like this:
Field1<tab>Field2<tab>Field3<tab>Field4
F1<tab>F2<tab>F3<tab>F4
So, for example, I might want each field to occupy 8 spaces, or 12, or 15.
Basically, I want to adjust the field widths according to the longest string in each, so that the fields will line up vertically. The default width appears to be 8 characters, but sometimes I need more, so the columns do not line up.