if (digitalRead.kondisiEr[] == memberE[] && digitalRead.kondisiDEr []= "Negatif") { //something wrong here
-
Comparing pointers to strings is silly. The pointers are not the same. Use strcmp() to compare what is pointed to.
-
Only you have any idea what the hell that digitalRead mess is there.