About tab ("move",0)

Things you’d like to miss in the future...
Post Reply
kuiwu_zh
Posts: 42
Joined: 24 May 2018 15:38

About tab ("move",0)

Post by kuiwu_zh »

Code: Select all

tab ("move",0);
22.00.0000: Move to the last tab.
22.10.0000: Can't get the right result.
22.10.0009: Can't get the right result.


Code: Select all

tab ("move",5);
This expression sometimes has the same problem.



Do you have this problem?
Thank You.

highend
Posts: 13274
Joined: 06 Feb 2011 00:33

Re: About tab ("move",0)

Post by highend »

Yeah, 22.10.0009:

4 tabs open, the current active one is 2

tab("move", 0)

moves it to 3, not to 4...
One of my scripts helped you out? Please donate via Paypal

admin
Site Admin
Posts: 60357
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: About tab ("move",0)

Post by admin »

Yep (since 20210713). Fix comes.

Post Reply