Checking for Bit activation by using AltValue = ______
Hi
I have multiple ObjectA's in my application.
I need to check if Bit nr 2 in ObjectA's AltValueA_ is on ( equals 1 ).
...
I used to do it this way in the event editor ( Event editor --> Special --> Compare two general values )
If 'ObjectA' AltValueA_ AND 2 = 2 --> Action
This does however not select each instance inidivually.
How can i check if Bit nr 2 in ObjectA's AltValueA_ is on ( equals 1 ), by starting of with ( Event editor --> ObjectA --> Compare to one of the Alterable Values )
If 'ObjectA' AltValueA_ = ???