- This topic has 8 replies, 6 voices, and was last updated 15 years, 2 months ago by .
-
Topic
-
I am getting and error during thru the tps testing tool (gui) 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.
Viewing 7 reply threads
Viewing 7 reply threads
- The forum ‘Cloverleaf’ is closed to new topics and replies.