Page 1 of 1

Include Script Being Skipped

Posted: Tue Mar 12, 2019 10:48 am
by Russell
Hello,

Why would an include script not run? I'm stepping through the main script and it simply will not run - the statement after it is. Even with a breakpoint on the call to the include script the debugger bypasses it.

I've noticed some strange anomalous behavior like this before. What am I doing wrong?

Thank You,
Russ


Capture.PNG
Capture.PNG (20.64 KiB) Viewed 3310 times

Re: Include Script Being Skipped

Posted: Tue Mar 12, 2019 5:42 pm
by glenharvy
I suggest checking the value of the variable with "EQUALS(Ignore Case)" rather than "Contains".

Re: Include Script Being Skipped

Posted: Wed Mar 13, 2019 8:19 am
by Russell
Thank you for the reply.

I noticed that and changed it, but that made no difference; it was still ignored. I moved the include script to another IF block and it ran fine.

This feels like a bug, but I don't know.

Capture.PNG
Capture.PNG (15.93 KiB) Viewed 3290 times


-Russ