So I am very new and inexperienced to the ways of TCL programming.I wrote a script that calls a proc written by someone else, first removing the output file. It then does some additional logic I wrote
I have this script I\'m working on: bind pub ga !kick pub_do_kick proc pub_do_kick {nick uhost hand chan arg} {
I\'m trying to save a void* pointer (or any pointer) into a tcl Object so I can retrieve it later. I saw SWIG convert it to a string w开发者_开发知识库ith some encoding and later decode it. But in ord
Is there a possibility to get the full path of the currently executing TCL script? In PHP i开发者_StackOverflowt would be: __FILE__Depending on what you mean by \"currently executing TCL script\", yo
I want to redirect the output of 1 command to a variable, where the OUTPUT is usually to STDOUT. I am running an EDA tool, which has tcl interpeter &开发者_StackOverflow社区amp; it\'s own commands.
We are about to build a standard task management (collaboration enabled) feature on top of our TCL/OpenACS based we开发者_如何学编程bsite and I would like to know if there are some open source modules
I am trying to create a function to populate 2 tables, the second query containing the new id from the first insert.
I\'ve been stuck on this problem for days: I\'m trying to generate texts from the canvas object using its \"postscript\" option to get .ps file. I found that it worked fine if I draw lines, ovals, et
does tcl have a standard way of doing NSS lookups (get开发者_开发技巧pwnam, setpwent,...)Tcl doesn\'t expose those as APIs (it doesn\'t really use them internally either) but the TclX extension packag
I have an exe that has been wrapped using this method: http://www.kocjan.org/tclmentor/10-tclkits-building-standalone-tcl-binaries.html