Comparing Two Values in a Calculation Component.
Posted: Fri Jun 14, 2024 6:11 pm
Hi,
I wish to compare two Byte values in a Calculation Component and a True/False being saved to a variable.
I dont think we have a comparitor style term like ==
My brain has gone blank! A little nudge anyone.
MyVar = ( 0xFC == Value)
If I did a bit wise AND, would I not get a value back based on any bits that match?
Thanks in advance.
P.S. I was avoidig using a series of Decision boxes as it was becoming very unwieldly!
I wish to compare two Byte values in a Calculation Component and a True/False being saved to a variable.
I dont think we have a comparitor style term like ==
My brain has gone blank! A little nudge anyone.
MyVar = ( 0xFC == Value)
If I did a bit wise AND, would I not get a value back based on any bits that match?
Thanks in advance.
P.S. I was avoidig using a series of Decision boxes as it was becoming very unwieldly!