hello,
i have a question.
i searched the archive and the forum.
i need in my script a line like this
i have 6 variables that takes values : -1, 1, 0.
i need a condition (!ifdef i think) something like this :
!ifdef ($R2 == "0" | $R3 == "0" | $R4 == "0" | $R5 == "0" | $R6 == "0" | $R7 == "0")
but this does not work.
any ideas ?
i really need to check that all of them are "0".
i have a question.
i searched the archive and the forum.
i need in my script a line like this
i have 6 variables that takes values : -1, 1, 0.
i need a condition (!ifdef i think) something like this :
!ifdef ($R2 == "0" | $R3 == "0" | $R4 == "0" | $R5 == "0" | $R6 == "0" | $R7 == "0")
but this does not work.
any ideas ?
i really need to check that all of them are "0".
Comment