adekunleadekoya
Programmer
- May 19, 2008
- 30
How do i get the error code and error message associated with a catch block like the one below? Assuming the remote machine is never existing
/**********************************
catch {
set s [socket 192.168.0.200 1110]
}
************************************/