using this code :
Code: Select all
proc ansa:send { str } {
set str "$str\n"
putnow $str -oneline
}
I am still testing if nothing is lost cutting the part of the code....
Thank's a lot.
Code: Select all
proc ansa:send { str } {
set str "$str\n"
putnow $str -oneline
}