Script to sort by "Extra2" column ?

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
xnmp
Posts: 88
Joined: 15 Mar 2013 04:46

Script to sort by "Extra2" column ?

Post by xnmp »

i know how to sort by "modified date" column ascending

Code: Select all

sortby m, a;
i want to use the similar script to sort by extra2 column ascending,but i have no idea how to sort by extra2 column
("m" for modified date , but i don't know what for extra2 ?)
Thanks

highend
Posts: 14996
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Script to sort by "Extra2" column ?

Post by highend »

Use the name of the column?

Code: Select all

sortby "extra 2", a;
or whatever name you've given it...
One of my scripts helped you out? Please donate via Paypal

xnmp
Posts: 88
Joined: 15 Mar 2013 04:46

Re: Script to sort by "Extra2" column ?

Post by xnmp »

Thank you very much it works !
now i see why i tried with "extra2" and it not work ( it should be "extra 2" ) :mrgreen:
Thanks again !

Post Reply