How to set the column position for MD5?

Now i use

GetSizes NODESELECT MD5
Set AUTOSIZECOLUMNS
CLIPBOARD COPYNAMES=hash

but i´d like to have the MD5 column shown in the
fourth row. Something like

Set COLUMNSTOGGLE=hash(4)

doesn´t work. How can i set that parameter?

The counting starts at 0 so hash(4) will make it appear in the 5th column. Try hash(3) and see if that works.

Yes, i know, but the MD5 is always the 5th column, no matter which value i´ve actually set in that command. Seems like a special case of column.

:frowning: