Collect and paste

Discuss and share scripts and script files...
highend
Posts: 13311
Joined: 06 Feb 2011 00:33

Re: Collect and paste

Post by highend »

Menu - Scripting - [ ] Syntax Checking

Turn that off
Otherwise you should know how to handle those script errors :mrgreen:
In XYCollector.xys I don't know how to fix this one:
It's a ternary expression and in this case it's always true because 1
is assigned to that variable. The author probably wanted to compare it to 1
but didn't use == to do it.

So try to change that

Code: Select all

=
into

Code: Select all

==
...
One of my scripts helped you out? Please donate via Paypal

bdeshi
Posts: 4249
Joined: 12 Mar 2014 17:27
Location: Asteroid B-612 / Dhaka
Contact:

Re: Collect and paste

Post by bdeshi »

silly mistake :oops: .
btw, I'd made some updates to the script meanwhile ==> published here: viewtopic.php?f=7&t=18122
Icon Names | Onyx | Undocumented Commands | xypcre
[ this user is asleep ]

Post Reply