HELP WITH IF / JUMP

image
Hello, someone could support me on how to put the image in OB2, because I take them from parse captures to do it in ob1, but in OB2 I have not been able to make it perform the same function as in OB1

Jump is clearly not needed here, why are you using it?

IF STRINGKEY @P NotEqualTo "0"
IF STRINGKEY @S NotEqualTo "1"
// Your block here
END
END

I use it to skip the block to save some data if I did not have certain information, if I did not add it, I would still capture that data even when it was not what I required

The code you sent is completely equivalent to the one I sent, you are just jumping to the next instruction in the code, regardless of the if because the if already happened, it makes absolutely no sense :slight_smile:

that’s fine thanks :grinning: