Good day everyone,
I spent some time trying to figure this problem out on my own and tried searching for the solution but was unsuccessful in both attempts. I created this button with the following code:
clipboard COPYNAMES=nopaths REGEXP "^(\w+)\W+(\w+)" "\1"
Set STATE=Dest
CreateFolder FROMCLIPBOARD
Go TABSELECT=last
In a dual lister, what it does is creates a folder (or opens an existing folder) with the name of the file (see below). However I would like the new tab (folder) to be the active tab (folder). I thought by putting Go TABSELECT=last would accomplish this objective but it does nothing. Any help in correcting this code would be greatly appreciated.