chopexec error

Hi,

I am simply toggling an op to bypass or not via a script in a chopexec DAT, but i get this error reported in the textport, any ideas on how to fix it?

a simplified patch is below. just open the textport and you should see the error. it says see help for details and i’ve poked around, but cant quite find that one.

thanks in advance
m
chopexec_erorr.1.toe (4.72 KB)

Sorry, can’t open your patch from this computer but are you doing this:

op(‘op_name_here’).bypass = True

or

op(‘op_name_here’).bypass = False

That always works for me, double check capitalization on the True/False. I’ll try to look at your patch later tonight.

Line 23 in your script contains:
run()

Typing help(run) in the textport will describe the number and type of arguments expected.
-Rob

PS. We’re planning to include DAT line numbers to help decode this types of warnings.