test channel for "invalid state
Posted: Mon May 29, 2017 5:43 am
Channel A sets value to invalid() on a condition
Channel B needs to set itself to a value IF A is invalid
does not work (understandably)
Is there another way?
I2Pro, analysis only
Channel B needs to set itself to a value IF A is invalid
- Code: Select all
choose('B' == invalid(), somevalue, ...)
does not work (understandably)
Is there another way?
I2Pro, analysis only