Re: Collect and paste
Posted: 06 Nov 2017 08:58
Menu - Scripting - [ ] Syntax Checking
Turn that off
Otherwise you should know how to handle those script errors
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 into ...
Turn that off
Otherwise you should know how to handle those script errors
It's a ternary expression and in this case it's always true because 1In XYCollector.xys I don't know how to fix this one:
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
=Code: Select all
==