the error: result = ‘wrong # args: extra words after “else” clause in “if” command’
Here is my “If statement”:
if {[string equal $MSH8 “A08″]} && {[string equal $PV131 ” “]} {
set dispList
}
else {
set dispList
}
if {[string equal $PV132 “B7E”]} {
set dispList
} else {
set dispList
I think it is the &&, but I just can’t see it.