I tried to run the expect script with the set command and it gave me a error. This is copied from another script file. Usually the set command doesn't have the ( ) around the variable..so is it a correct syntax or I have a wrong tcl version
Thanks
set g(NodeId) [lindex $argv 0]
set g(Card) [lindex $argv 1]
set g(Outfile) [lindex $argv 2]
syntax error at line 2: `(' unexpected
Thanks
Thanks
set g(NodeId) [lindex $argv 0]
set g(Card) [lindex $argv 1]
set g(Outfile) [lindex $argv 2]
syntax error at line 2: `(' unexpected
Thanks