Mark_S wrote:
Look in your manual under "Logical operators" AND exist. Also you can use &&

When used as " IF(A and B ) <>= C then take Action" Is a true or false statement.

Myvariable = %11111111 AND %0000000, this will AND the two variables into myvariable

My 2.6 manual says the result of this test is true or false. No mention of ANDing variables into another variable. Perhaps you've hit on the first real reason to move to 3.0...