The default "Size" column pads the numbers with blanks to align them even though the column is actually left-justified. So it looks like this:
Code: Select all
|Size.......|
|..4........|
|123........|
Code: Select all
|Size.......|
|4..........|
|123........|
or this
|Size.......|
|..........4|
|........123|
Code: Select all
[CustomFields]
Titles=test
AutoLoad=0
Widths1=197,19,-32,66,80
Headers1=size\nwritedate\nattributestr
Contents1=[=tc.size]\n[=tc.writedate]\n[=tc.attributestr]
Options1=-1|0