IfEx and a not NULL variable AND a NULL variable - Forum

Forum Navigation
You need to log in to create posts and topics.

IfEx and a not NULL variable AND a NULL variable

This isn't working for me:

IfEx "[precheck1] <> [#34][#34] AND [scsetup] = [#34][#34]"

What I want is:

If [precheck1] has something in it AND [scsetup] is empty

@pauljonestindall

It works fine for me. Look at the attached example.

Uploaded files:
  • You need to login to have access to uploads.

@vadim

Yes. This does work here but it's not working correctly for me in a rather complicated code I'm working on. I've been trying to debug it for a couple of days trying to figure it out. Surely I'm missing something.

Thanks for your response.

@pauljonestindall

The debugger helps me to identify the error. Have you tried pausing it and executing the code line by line? In this case, you can see the state of the variables that are checked in the boolean condition.