Quote:
Originally posted by CHSguard72
Can you use the ~= between 2 variables? Where I need this, i need to say "rc_sw15~=lightOn_prev" where lightOn_prev is either a 1 or a 0. This gives me an error, saying "expected a binary operator or ")"". Can i not use this syntax between 2 varialbes or only a variable and a constant?
|
No, we tried it yesterday.
Instead we do for bits
plow_state = ~plow_state <- that works