sortby custom column cation not work

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
binocular222
Posts: 1423
Joined: 04 Nov 2008 05:35
Location: Win11, Win10, 100% Scaling

sortby custom column cation not work

Post by binocular222 »

Code: Select all

::fresh
Show Custom Column 1:Mixed
::sortby "Mixed"
Error: No column in the current List matches "Mixed".

btw, I cannot select text in the error dialog box? A bit inconvenience when reporting such error.
I'm a casual coder using AHK language. All of my xys scripts:
http://www.xyplorer.com/xyfc/viewtopic. ... 243#p82488

bdeshi
Posts: 4256
Joined: 12 Mar 2014 17:27
Location: Asteroid B-612
Contact:

Re: sortby custom column cation not work

Post by bdeshi »

Code: Select all

sortby "Custom 1";
You can use text setcolumns(); to get the useable name of an extra/custom column.
Column names are matched from beginning, so the beginning portion of a column's full name should be used in sortby.
Icon Names | Onyx | Undocumented Commands | xypcre
[ this user is asleep ]

binocular222
Posts: 1423
Joined: 04 Nov 2008 05:35
Location: Win11, Win10, 100% Scaling

Re: sortby custom column cation not work

Post by binocular222 »

That works, thanks.
I'm a casual coder using AHK language. All of my xys scripts:
http://www.xyplorer.com/xyfc/viewtopic. ... 243#p82488

Post Reply