I need to XOR two variables together, have tried a few variations but nothing works. Anyone have a suggestion on how I can do it?
This should work (result = var1 XOR var2):
result = var1 # var2
Okay I am an idiot LOL
Thanks for that, although it turns out the problem wasn't that line, I had called the Status.c incorrectly two lines above where I was XOR'ing
Cheers :D
Log in to post a comment.
I need to XOR two variables together, have tried a few variations but nothing works. Anyone have a suggestion on how I can do it?
This should work (result = var1 XOR var2):
result = var1 # var2
Okay I am an idiot LOL
Thanks for that, although it turns out the problem wasn't that line, I had called the Status.c incorrectly two lines above where I was XOR'ing
Cheers :D