Closing semicolon necessity

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
LittleBiG
Posts: 1846
Joined: 08 Apr 2011 12:57
Location: Win10x64

Closing semicolon necessity

Post by LittleBiG »

I had a one-line script for years in a toolbar button:

Code: Select all

#1033;sel +, 1
It stopped working, and I remembered that I had to use a closing semicolon.

Code: Select all

#1033;sel +, 1;
Could someone point me to the topic where I could jog my memory why this change was necessary?
Thank you in advance.

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

Re: Closing semicolon necessity

Post by admin »

There's a lot of overloading here, so I had to tighten the controls a bit. Nevertheless, I think I can make an exception for one-liners like yours. It should work again in the next beta.

LittleBiG
Posts: 1846
Joined: 08 Apr 2011 12:57
Location: Win10x64

Re: Closing semicolon necessity

Post by LittleBiG »

Thanks, it works now.

Post Reply