Tcl/Tk Scripting
Re:Tcl/Tk Scripting
This is all going to be between Unix/Linux machines.
And maybe Windows (if at all)
And maybe Windows (if at all)
Only Human
Re:Tcl/Tk Scripting
most software doesn't give a damn. Only quick jobs such as (I believe) more on unix and Notepad on windows can't handle it and show either ^M at the end of a line (the CR) or forget what a line end was and give you a bunch of characters as a big pile.
Re:Tcl/Tk Scripting
I'm getting a serious headcache trying to write a piece of script to use sockets in Tcl.
Does anyboy here know how to do this (with error handling) or any good references for this. I tried googling but didnt get much help. (the Tcl/Tk site seems to have broken links)
Does anyboy here know how to do this (with error handling) or any good references for this. I tried googling but didnt get much help. (the Tcl/Tk site seems to have broken links)
Only Human
Re:Tcl/Tk Scripting
Ok I sort off got it working with a couple of 'catch'es and although it isn't exactly what i wanted the output is okay (just freezes up for a brief time period in case of errors).
Now I'm searching for ways of doing number manipulation and conversions from one form to another (bin to dec etc..).
Anybody know how to do bitwise ops with some scriptable commands?
Now I'm searching for ways of doing number manipulation and conversions from one form to another (bin to dec etc..).
Anybody know how to do bitwise ops with some scriptable commands?
Only Human