OK - I have a hair trigger. It turns out my server is receiving stuff, but it is the ascii of the value that I wanted to send. i.e. if I want to send the real value 24, puts $mysocket 24, what is actually sent is 0x3234. So then how do I convert from the ascii to the real value, so that I can send real values on the socket? Tim --------------------------------------------------------------------------- To unsubscribe from the Visual Tcl mailing list, please send a message to [EMAIL PROTECTED] with "unsubscribe vtcl [EMAIL PROTECTED]" in the message body (where [EMAIL PROTECTED] is your e-mail address).
