Page 4 of 4

Re: Collect and paste

Posted: 06 Nov 2017 08:58
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

==
...

Re: Collect and paste

Posted: 09 Nov 2017 21:32
by bdeshi
silly mistake :oops: .
btw, I'd made some updates to the script meanwhile ==> published here: viewtopic.php?f=7&t=18122