testeq more than 1 input same time

BTCAD

Active Member
Hi, is it possible to TSTEQ more than 1 input in the same time then put the result into a boolean logic ?
 
e.g  tsteq ip1 || tsteq ip2 || tsteq ip3 to 1 => then put the result into var1
 
 
 
Am I clear enought? :eek:
 
BTCAD said:
Hi, is it possible to TSTEQ more than 1 input in the same time then put the result into a boolean logic ?
 
e.g  tsteq ip1 || tsteq ip2 || tsteq ip3 to 1 => then put the result into var1
 
If you have recent firmware, something like
 
 

   andb ALLINS 7 var1

 
might work. I don't have a board with the required firmware here to test it.
 
Back
Top